From eda2f2b19ba68d958544f2f9ee05902fde0c1595 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:43:18 +0000 Subject: [PATCH] fix: add label prop to Select to fix Client dropdown strikethrough The MUI Select component was missing the label='Client' prop, which prevented the outlined fieldset from creating a proper notch for the floating label. This caused the border to draw through the label text, appearing as a strikethrough. --- frontend/src/pages/WorkEntriesPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/WorkEntriesPage.tsx b/frontend/src/pages/WorkEntriesPage.tsx index 0ceab715..1617176d 100644 --- a/frontend/src/pages/WorkEntriesPage.tsx +++ b/frontend/src/pages/WorkEntriesPage.tsx @@ -295,6 +295,7 @@ const WorkEntriesPage: React.FC = () => { Client