Remove tach from aircraft

This commit is contained in:
april
2024-01-10 13:55:54 -06:00
parent 9e4520b218
commit 1958f6dc5f
8 changed files with 392 additions and 59 deletions

View File

@@ -50,8 +50,6 @@ export default function FlightForm({
hobbs_start: null,
hobbs_end: null,
tach_start: null,
tach_end: null,
time_start: null,
time_off: null,
@@ -124,10 +122,6 @@ export default function FlightForm({
<HourInput form={form} field="hobbs_start" label="Hobbs Start" />
<HourInput form={form} field="hobbs_end" label="Hobbs End" />
</Group>
<Group justify="center" grow mt="md">
<HourInput form={form} field="tach_start" label="Tach Start" />
<HourInput form={form} field="tach_end" label="Tach End" />
</Group>
</Fieldset>
{/* Start/Stop */}