implemented LOA cancelling and extensioning
This commit is contained in:
@@ -177,7 +177,7 @@ const maxEndDate = computed(() => {
|
||||
<FieldLabel>Type</FieldLabel>
|
||||
<Select :model-value="field.value" @update:model-value="field.onChange">
|
||||
<SelectTrigger class="w-full">
|
||||
<SelectValue></SelectValue>
|
||||
<SelectValue placeholder="Select type"></SelectValue>
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem v-for="type in loaTypes" :value="type">
|
||||
|
||||
Reference in New Issue
Block a user