Skip to content

Commit eba1ca8

Browse files
authored
fix(submission): updated length (#650)
* fix(submission): updated length * fix(make-decision): updated max length
1 parent cb4e115 commit eba1ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/preprints/constants/form-input-limits.const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const formInputLimits = {
1313
minLength: 25,
1414
},
1515
decisionComment: {
16-
maxLength: 100,
16+
maxLength: 10000,
1717
},
1818
requestDecisionJustification: {
1919
minLength: 20,

0 commit comments

Comments
 (0)