IO-889 Doc success message
This commit is contained in:
@@ -147,7 +147,9 @@ export const uploadToCloudinary = async (
|
|||||||
status: "done",
|
status: "done",
|
||||||
key: documentInsert.data.insert_documents.returning[0].key,
|
key: documentInsert.data.insert_documents.returning[0].key,
|
||||||
});
|
});
|
||||||
notification["success"]({
|
notification.open({
|
||||||
|
type: "success",
|
||||||
|
key: "docuploadsuccess",
|
||||||
message: i18n.t("documents.successes.insert"),
|
message: i18n.t("documents.successes.insert"),
|
||||||
});
|
});
|
||||||
if (callback) {
|
if (callback) {
|
||||||
|
|||||||
Reference in New Issue
Block a user