WIP: Update morefiles #152
@@ -392,7 +392,6 @@ function AppointmentsPage() {
|
||||
|
||||
function getMinDate() {
|
||||
const d = new Date();
|
||||
d.setDate(d.getDate() + 1);
|
||||
|
||||
return d.toISOString().split("T")[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user