chore: do not set default for required value in ProjectCardGrid
This commit is contained in:
parent
15530fcb0a
commit
b6435ad23f
|
|
@ -25,7 +25,6 @@ const props = withDefaults(defineProps<{
|
|||
itemLimit?: boolean,
|
||||
showEvenNumberOfProjects?: boolean,
|
||||
}>(), {
|
||||
projects: () => [],
|
||||
showArchived: false,
|
||||
itemLimit: false,
|
||||
showEvenNumberOfProjects: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue