Implement aircraft values in flight creation/updating

This commit is contained in:
april
2024-01-11 11:30:10 -06:00
parent d6d03c9027
commit b50d333677
7 changed files with 449 additions and 215 deletions

View File

@@ -33,9 +33,11 @@ export default function NewFlight() {
<FlightForm
onSubmit={createFlight.mutate}
isPending={createFlight.isPending}
isError={createFlight.isError}
error={createFlight.error}
mah="calc(100vh - 95px - 110px)"
autofillHobbs
/>
</Stack>
</Container>