date issue 5

This commit is contained in:
2025-05-19 08:16:31 +05:30
parent 490c6a22c1
commit 14282fbafe
2 changed files with 11 additions and 11 deletions

View File

@@ -258,11 +258,6 @@ export function AppointmentForm({
}
const formattedDate = format(data.date, "yyyy-MM-dd");
console.log(
"Updating with date:",
data.date,
format(data.date, "yyyy-MM-dd")
);
onSubmit({
...data,