feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -39,8 +39,8 @@ export function ScheduleBlockDay({ date, children, refetch, bodyshop, alreadyBlo
|
||||
});
|
||||
|
||||
if (result.errors) {
|
||||
notification["error"]({
|
||||
message: t("appointments.errors.blocking", {
|
||||
notification.error({
|
||||
title: t("appointments.errors.blocking", {
|
||||
message: JSON.stringify(result.errors)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user