Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizajtruss committed Apr 25, 2024
1 parent 878f26c commit f6ee599
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ const RateDetailsFormSchema = (activeFeatureFlags?: FeatureFlagSettings) => {
rateForms: Yup.array().of(
SingleRateCertSchema(activeFeatureFlags || {})
),
actuaryCommunicationPreference: Yup.string().required(
'You must select a communication preference'
)
}):
Yup.object().shape({
rateInfos: Yup.array().of(
Expand Down

0 comments on commit f6ee599

Please sign in to comment.