diff --git a/src/components/list/BoardCard.vue b/src/components/list/BoardCard.vue index a64f91f..f15061b 100644 --- a/src/components/list/BoardCard.vue +++ b/src/components/list/BoardCard.vue @@ -55,7 +55,7 @@ const props = defineProps({ }, category: { type: String, - required: true, + required: false, }, title: { type: String,