Skip to content

Commit 8a3781e

Browse files
committed
[DSC-1393] Fix issue with required license error message
1 parent 99dc698 commit 8a3781e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/sections/license/section-license.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const SECTION_LICENSE_FORM_MODEL = [
2020
required: null
2121
},
2222
errorMessages: {
23-
notgranted: 'submission.sections.license.notgranted'
23+
required: 'submission.sections.license.notgranted'
2424
},
2525
type: 'CHECKBOX',
2626
}

0 commit comments

Comments
 (0)