Skip to content

Commit

Permalink
[DSC-1393] Fix issue with required license error message
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Nov 24, 2023
1 parent 99dc698 commit 8a3781e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const SECTION_LICENSE_FORM_MODEL = [
required: null
},
errorMessages: {
notgranted: 'submission.sections.license.notgranted'
required: 'submission.sections.license.notgranted'
},
type: 'CHECKBOX',
}
Expand Down

0 comments on commit 8a3781e

Please sign in to comment.