Skip to content

Commit

Permalink
update the rate program question on rate details page
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed May 14, 2024
1 parent 2c7f44f commit e3e4f77
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 171 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SingleRateCertSchema = (_activeFeatureFlags: FeatureFlagSettings) =>
})
.required(),
rateProgramIDs: Yup.array(
).min(1, 'You must select a program'),
).min(1, 'You must indicate which rate are included in this certification'),
rateType: Yup.string().defined(
'You must choose a rate certification type'
),
Expand Down
Loading

0 comments on commit e3e4f77

Please sign in to comment.