Implement filtering flights by aircraft

This commit is contained in:
april
2024-01-11 13:21:55 -06:00
parent b50d333677
commit 38d62770f6
4 changed files with 121 additions and 36 deletions

View File

@@ -218,6 +218,7 @@ export default function FlightForm({
]
: null
}
allowDeselect={false}
value={aircraft}
{...form.getInputProps("aircraft")}
onChange={(_value, option) => {