Skip to content

Commit

Permalink
Fjern kommerntarer
Browse files Browse the repository at this point in the history
  • Loading branch information
joarau committed Nov 7, 2024
1 parent 0abb8be commit a60555b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stilling/stilling/adValidationReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function* validateYrkestittel(): Generator<unknown, any, any> {
console.log('validateYrkestittel SET_JANZZ', categoryList);

if (valueIsNotSet(categoryList)) {
yield addValidationError({ field: 'yrkestittel', message: 'Gyldig yrkestittel mangler' });
yield addValidationError({ field: 'yrkestittel', message: 'Gyldig yrkestittel må velges' });
} else {
yield removeValidationError({ field: 'yrkestittel' });
}
Expand Down

0 comments on commit a60555b

Please sign in to comment.