Skip to content

Commit

Permalink
Fix #deploy-test-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
betsytraran committed Sep 12, 2023
1 parent 6e70d8e commit c5c622f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const validation = {
.nullable(), // Historisk
inntektForUforhet: requiredNumber.transform((i, j) => (j === '' ? null : i)), // Required
uforegrad: requiredNumber.transform((i, j) => (j === '' ? null : i)), // Required
minimumInntektForUforhetType: Yup.string().nullable(), // Not required
minimumInntektForUforhetType: Yup.string().nullable(),
saksbehandler: erIkkeLik().nullable(), // Kan ikke være lik attesterer
attesterer: erIkkeLik().nullable(), // Kan ikke være lik saksbehandler
navEnhetId: requiredString, // Required
Expand Down

0 comments on commit c5c622f

Please sign in to comment.