Skip to content

Commit

Permalink
TS-949 Create language selection
Browse files Browse the repository at this point in the history
- Fix after coderabbit review
  • Loading branch information
birkirkristmunds committed Jan 22, 2025
1 parent 766a893 commit fcea42a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const dataSchema = z.object({
},
{
path: ['language1'],
message: 'Please select at least one language',
params: errorMessages.languagesRequired,
},
)
.refine(
Expand All @@ -169,7 +169,7 @@ export const dataSchema = z.object({
},
{
path: ['childLanguage'],
message: 'Please select childrens main language',
params: errorMessages.languagesRequired,
},
)
.refine(
Expand Down

0 comments on commit fcea42a

Please sign in to comment.