Skip to content

Commit f6b0ae7

Browse files
committed
Fixes #542
Increase max date for invitation expiry.
1 parent 9b8d864 commit f6b0ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/InvitationForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export const InvitationForm = () => {
443443
showYearDropdown={true}
444444
pastDatesAllowed={config.pastDateAllowed}
445445
minDate={futureDate(1)}
446-
maxDate={futureDate(30)}
446+
maxDate={futureDate(365)}
447447
name={I18n.t("invitations.expiryDate")}
448448
toolTip={I18n.t("tooltips.expiryDateTooltip")}/>}
449449

0 commit comments

Comments
 (0)