Add more airlines and fix edit bugs

This commit is contained in:
2026-04-18 14:22:51 +10:00
parent 147bf43f09
commit 63d6fb9e76
8 changed files with 106 additions and 30 deletions
+1 -2
View File
@@ -298,6 +298,7 @@ const arrivalMax = computed(() => {
<v-row>
<v-col cols="12">
<AircraftSearchBox
:key="`aircraft-${lookupKey}`"
v-model="form.aircraft"
:prefilled-options="aircraftOptionsData"
:error-messages="submitForm.errors.aircraft_id"
@@ -305,7 +306,6 @@ const arrivalMax = computed(() => {
/>
</v-col>
</v-row>
<!-- Registration + Flight class -->
<v-row>
<v-col cols="12" md="6">
@@ -399,7 +399,6 @@ const arrivalMax = computed(() => {
/>
</v-col>
</v-row>
<!-- Submit -->
<v-row>
<v-col cols="12">