feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -68,8 +68,8 @@ export function NoteUpsertModalContainer({ currentUser, noteUpsertModal, toggleM
|
||||
},
|
||||
refetchQueries: ["GET_JOB_BY_PK", "QUERY_JOB_CARD_DETAILS", "QUERY_PARTS_QUEUE_CARD_DETAILS"]
|
||||
}).then(() => {
|
||||
notification["success"]({
|
||||
message: t("notes.successes.updated")
|
||||
notification.success({
|
||||
title: t("notes.successes.updated")
|
||||
});
|
||||
insertAuditTrail({
|
||||
jobid: context.jobId,
|
||||
@@ -136,8 +136,8 @@ export function NoteUpsertModalContainer({ currentUser, noteUpsertModal, toggleM
|
||||
if (refetch) refetch();
|
||||
form.resetFields();
|
||||
toggleModalVisible();
|
||||
notification["success"]({
|
||||
message: t("notes.successes.create")
|
||||
notification.success({
|
||||
title: t("notes.successes.create")
|
||||
});
|
||||
insertAuditTrail({
|
||||
jobid: context.jobId,
|
||||
|
||||
Reference in New Issue
Block a user