diff --git a/client/src/components/LogEntryEditor.tsx b/client/src/components/LogEntryEditor.tsx index 9c14807..95770a4 100644 --- a/client/src/components/LogEntryEditor.tsx +++ b/client/src/components/LogEntryEditor.tsx @@ -1230,7 +1230,7 @@ export default function LogEntryEditor({ entryId, logbookId, onBack }: LogEntryE
- + setSignSkipper(e.target.value)} disabled={saving} - required />
- + setSignCrew(e.target.value)} disabled={saving} - required />
@@ -1266,7 +1264,7 @@ export default function LogEntryEditor({ entryId, logbookId, onBack }: LogEntryE )} -