From 795e4a58f881d656e23a1ed6990cf4e01ad9b004 Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Tue, 5 Nov 2024 09:03:08 -0800 Subject: [PATCH] Pass all extra props to the input wrapper and avoid adding a second title to the demographics grid in forms. --- .../elements/Inputs/WorkdaysInput/RHFWorkdaysTable.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/elements/Inputs/WorkdaysInput/RHFWorkdaysTable.tsx b/src/components/elements/Inputs/WorkdaysInput/RHFWorkdaysTable.tsx index 2dd27a8af..50907c796 100644 --- a/src/components/elements/Inputs/WorkdaysInput/RHFWorkdaysTable.tsx +++ b/src/components/elements/Inputs/WorkdaysInput/RHFWorkdaysTable.tsx @@ -54,13 +54,8 @@ const RHFWorkdaysTable = ({ ); return ( - - + + ); };