From 477cd79f18fc778dcf7e5e734f32d461c4eaedd6 Mon Sep 17 00:00:00 2001 From: zachery with an e <45150570+zweatshirt@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:30:17 -0500 Subject: [PATCH] Remove required asterisk from MHA amount fields in MhaRequestSection since they are not required from the user --- .../YourInformation/MhaRequestSection/MhaRequestSection.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/HrTools/SalaryCalculator/YourInformation/MhaRequestSection/MhaRequestSection.tsx b/src/components/HrTools/SalaryCalculator/YourInformation/MhaRequestSection/MhaRequestSection.tsx index 8913b053bd..3dd01b3fa4 100644 --- a/src/components/HrTools/SalaryCalculator/YourInformation/MhaRequestSection/MhaRequestSection.tsx +++ b/src/components/HrTools/SalaryCalculator/YourInformation/MhaRequestSection/MhaRequestSection.tsx @@ -228,7 +228,6 @@ export const MhaRequestSection: React.FC = () => { label={t('New Requested {{kind}}', { kind: userKind })} fieldName="mhaAmount" schema={schema} - required /> )} {showSpouseFields && ( @@ -236,7 +235,6 @@ export const MhaRequestSection: React.FC = () => { label={t('New Requested {{kind}}', { kind: spouseKind })} fieldName="spouseMhaAmount" schema={schema} - required /> )}