wip: Frontend for quick pay
This commit is contained in:
@@ -96,12 +96,12 @@ export default function AccountStatementPage() {
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (end.diff(start, "day") > 60) {
|
||||
if (end.diff(start, "day") > 90) {
|
||||
notifications.show({
|
||||
withBorder: true,
|
||||
color: "red",
|
||||
title: "Invalid Date range",
|
||||
message: "End date must be within 60 days from start date",
|
||||
message: "End date must be within 90 days from start date",
|
||||
autoClose: 4000,
|
||||
});
|
||||
return;
|
||||
|
Reference in New Issue
Block a user