diff --git a/frontend/components/global/Select.vue b/frontend/components/global/Select.vue index 03ce308..45f9d9c 100644 --- a/frontend/components/global/Select.vue +++ b/frontend/components/global/Select.vue @@ -6,7 +6,7 @@ type Props = { disabled?: boolean; modelValue: string; error?: boolean; - options: string[]; + options?: string[]; placeholder?: string; triggerRootClass?: string; }; @@ -71,7 +71,9 @@ const classes = computed(() => { :side-offset="5" > - + + +