chore: don't set required if there's a default value
This commit is contained in:
parent
9431c13a7f
commit
f3bb23cf14
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ const props = defineProps({
|
||||||
},
|
},
|
||||||
showTasksWithoutDates: {
|
showTasksWithoutDates: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
required: false,
|
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue