diff --git a/Services/client/src/components/FileForm.vue b/Services/client/src/components/FileForm.vue index 990434a..01a084a 100644 --- a/Services/client/src/components/FileForm.vue +++ b/Services/client/src/components/FileForm.vue @@ -58,8 +58,8 @@ function submit() { file: file.value, title: props.title ?? '', description: props.description ?? '', - keyword: props.keyword ?? '', - category: props.category ?? '', + keyword: props.keyword, + category: props.category, }) emit('update:open', !open), reset() }