Implement flight updating

This commit is contained in:
april
2024-01-05 15:41:47 -06:00
parent dcb6ce3c2a
commit 4a0e49a959
5 changed files with 113 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ export default function NewFlight() {
onSubmit={createFlight.mutate}
isError={createFlight.isError}
error={createFlight.error}
mah="calc(100vh - 95px - 110px)"
/>
</Stack>
</Container>