From 7f03768023b56911860433e560f8974f4329b1e3 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 28 Apr 2021 15:43:52 -0700 Subject: [PATCH] IO-889 Doc success message --- .../components/documents-upload/documents-upload.utility.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/documents-upload/documents-upload.utility.js b/client/src/components/documents-upload/documents-upload.utility.js index 5386a105b..d074619e3 100644 --- a/client/src/components/documents-upload/documents-upload.utility.js +++ b/client/src/components/documents-upload/documents-upload.utility.js @@ -147,7 +147,9 @@ export const uploadToCloudinary = async ( status: "done", key: documentInsert.data.insert_documents.returning[0].key, }); - notification["success"]({ + notification.open({ + type: "success", + key: "docuploadsuccess", message: i18n.t("documents.successes.insert"), }); if (callback) {