WIP: Update morefiles #152

Closed
RecentRunner wants to merge 183 commits from main into morefiles
Showing only changes of commit ffef9243dd - Show all commits

View File

@@ -392,7 +392,6 @@ function AppointmentsPage() {
function getMinDate() {
const d = new Date();
d.setDate(d.getDate() + 1);
return d.toISOString().split("T")[0];
}