feat(backend,frontend): Update application form, add label to switch
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
import type { FormOptionDto } from '~/.api-client'
|
||||
|
||||
const props = defineProps<{
|
||||
label?: string
|
||||
formOptions: FormOptionDto[]
|
||||
}>()
|
||||
|
||||
@@ -24,4 +23,6 @@ const modelValue = computed({
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
const label = computed(() => props.formOptions?.[0].label ?? '')
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user