User can add/edit flights
This commit is contained in:
@@ -39,7 +39,7 @@ const isEdit = !!props.flight
|
||||
const flightNumber = ref(props.flight?.flight_number ?? '')
|
||||
const lookupLoading = ref(false)
|
||||
const lookupError = ref<string | null>(null)
|
||||
const lookupComplete = ref(isEdit)
|
||||
const lookupComplete = ref(true)
|
||||
|
||||
interface LookupResult {
|
||||
airline_options: { value: number; title: string }[]
|
||||
|
||||
Reference in New Issue
Block a user