Skip to content

Commit

Permalink
Fix for udistub validering av flyktning felt
Browse files Browse the repository at this point in the history
  • Loading branch information
stigus committed Apr 11, 2024
1 parent 1e5a320 commit 2eec6e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const validation = {
Yup.object({
aliaser: ifPresent('$udistub.aliaser', aliaser),
arbeidsadgang: ifPresent('$udistub.arbeidsadgang', arbeidsadgang),
flyktning: requiredBoolean,
flyktning: ifPresent('$udistub.flyktning', requiredBoolean),
oppholdStatus: ifPresent('$udistub.oppholdStatus', oppholdStatus),
soeknadOmBeskyttelseUnderBehandling: ifPresent(
'$udistub.soeknadOmBeskyttelseUnderBehandling',
Expand Down

0 comments on commit 2eec6e0

Please sign in to comment.