From 606ded43350bc32e643292fc38571b89dd200c09 Mon Sep 17 00:00:00 2001 From: elpatron Date: Thu, 28 May 2026 16:27:21 +0200 Subject: [PATCH] fix(logs): allow saving log page drafts without requiring skipper/crew signatures upfront --- client/src/components/LogEntryEditor.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 )} -