Skip to content

Commit

Permalink
Merge branch 'master' into feat/new-statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaValenti authored Jan 10, 2024
2 parents 363361c + 528e08c commit a8330a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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 Expand Up @@ -329,6 +330,7 @@ export function Form({ committees }: IFormProps) {
: 'Søknadstekst'
}
autosize
required
maxRows={10}
minRows={3}
onBlur={() =>
Expand Down

0 comments on commit a8330a9

Please sign in to comment.