Skip to content

Commit

Permalink
fix: make application text required
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt committed Sep 20, 2023
1 parent 92ed2af commit 2fc869a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ApplicationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export function Form({ committees }: IFormProps) {
description='Nevn gjerne alder, klasse, studieretning, erfaring og motivasjon'
label={`Søknadstekst for ${MAIN_BOARD_NAME}`}
autosize
required
maxRows={10}
minRows={3}
onBlur={() => form.validateField('main_board_text')}
Expand Down

0 comments on commit 2fc869a

Please sign in to comment.