From f588b983b2a670bc3b1117eff9439590429d6708 Mon Sep 17 00:00:00 2001 From: nocnico Date: Tue, 3 Jun 2025 21:04:57 +0200 Subject: [PATCH] design fixes --- .../app/dispatch/_components/pannel/MissionForm.tsx | 6 +++--- apps/dispatch/app/layout.tsx | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx b/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx index 34ca18a7..1d57d8fa 100644 --- a/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx +++ b/apps/dispatch/app/dispatch/_components/pannel/MissionForm.tsx @@ -274,7 +274,7 @@ export const MissionForm = () => { <> { const keyword = keywords?.find((k) => k.abreviation === e.target.value); form.setValue("missionKeywordName", keyword?.name || (null as any)); @@ -330,7 +330,7 @@ export const MissionForm = () => {