Fixed(?) being unable to create appointments on today's date
This commit is contained in:
@@ -392,7 +392,6 @@ function AppointmentsPage() {
|
|||||||
|
|
||||||
function getMinDate() {
|
function getMinDate() {
|
||||||
const d = new Date();
|
const d = new Date();
|
||||||
d.setDate(d.getDate() + 1);
|
|
||||||
|
|
||||||
return d.toISOString().split("T")[0];
|
return d.toISOString().split("T")[0];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user