date issue 5
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user