Skip to content

Commit

Permalink
commented time extension 365
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabash-eGov committed Jul 25, 2024
1 parent a05445a commit ec3eea1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ class _CreateTimeExtensionRequestPage
i18.workOrder
.extensionReqInDaysMinVal,
),
'max':(_)=>t.translate(
i18.workOrder
.extensionReqInDaysMaxVal,
),
// 'max':(_)=>t.translate(
// i18.workOrder
// .extensionReqInDaysMaxVal,
// ),
},
),
DigitTextFormField(
Expand Down Expand Up @@ -445,7 +445,7 @@ class _CreateTimeExtensionRequestPage
extensionDaysKey: FormControl<String>(value: extensionDays ?? '', validators: [
Validators.required,
Validators.min('1'),
Validators.max('365')

]),
reasonForExtensionKey: FormControl<String>(value: extensionReason ?? '', validators: [
Validators.required,
Expand Down

0 comments on commit ec3eea1

Please sign in to comment.