chore: do not set default for required value in ProjectCardGrid

This commit is contained in:
kolaente 2025-05-13 21:42:19 +02:00
parent 15530fcb0a
commit b6435ad23f
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ const props = withDefaults(defineProps<{
itemLimit?: boolean,
showEvenNumberOfProjects?: boolean,
}>(), {
projects: () => [],
showArchived: false,
itemLimit: false,
showEvenNumberOfProjects: false,