Skip to content

Commit

Permalink
fix(application-system): Fix accident notification work accident subt…
Browse files Browse the repository at this point in the history
…ype (#17077)
  • Loading branch information
norda-gunni authored Nov 28, 2024
1 parent 6a313ad commit 67c6a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const studiesAccidentSubtypeMap = {
const getAccidentTypes = (answers: AccidentNotificationAnswers) => {
const accidentType = getValueViaPath<AccidentTypeEnum>(
answers,
'accidentType.answer',
'accidentType.radioButton',
)
const workAccidentType = getValueViaPath<WorkAccidentTypeEnum>(
answers,
Expand Down

0 comments on commit 67c6a26

Please sign in to comment.