Skip to content

Commit 6cb29cf

Browse files
authored
Merge pull request #1575 from bcgov/bugs/ecer-5535
ecer-5535 allow future expiry dates
2 parents 79f648b + 341e70e commit 6cb29cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ECER.Clients.RegistryPortal/ecer.clients.registryportal.client/src/components/inputs/EceInternationalCertification.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
v-model="expiryDate"
118118
:rules="[Rules.futureDateNotAllowedRule(), Rules.dateBeforeRule(issueDate || '')]"
119119
label="Expiry date"
120-
:max="today"
121120
@update:model-value="validateDates"
122121
append-inner-icon="mdi-calendar"
123122
></EceDateInput>

0 commit comments

Comments
 (0)