Remove ATS notification.

This commit is contained in:
Patrick Fic
2021-04-27 18:53:31 -07:00
parent 24de10c908
commit 87b5814630

View File

@@ -28,10 +28,10 @@ export function JobAltTransportChange({ bodyshop, job }) {
});
if (!!!result.errors) {
notification["success"]({ message: t("appointments.successes.saved") });
// notification["success"]({ message: t("appointments.successes.saved") });
} else {
notification["error"]({
message: t("appointments.errors.saving", {
message: t("jobs.errors.saving", {
error: JSON.stringify(result.errors),
}),
});