feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -39,8 +39,8 @@ export function ScheduleEventNote({ event }) {
|
||||
if (!result.errors) {
|
||||
// notification["success"]({ message: t("appointments.successes.saved") });
|
||||
} else {
|
||||
notification["error"]({
|
||||
message: t("jobs.errors.saving", {
|
||||
notification.error({
|
||||
title: t("jobs.errors.saving", {
|
||||
error: JSON.stringify(result.errors)
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user