chore: make prop with default value optional in KanbanCard
This commit is contained in:
parent
cd9e5bddd9
commit
a8d60a423a
|
|
@ -132,7 +132,7 @@ import {useProjectStore} from '@/stores/projects'
|
|||
const props = withDefaults(defineProps<{
|
||||
task: ITask,
|
||||
projectId: IProject['id'],
|
||||
loading: boolean,
|
||||
loading?: boolean,
|
||||
}>(), {
|
||||
loading: false,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue