feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -83,9 +83,8 @@ export function DmsContainer({ setBreadcrumbs, setSelectedHeader }) {
|
||||
});
|
||||
|
||||
socket.on("ap-export-complete", () => {
|
||||
notification.open({
|
||||
type: "success",
|
||||
message: t("jobs.labels.dms.apexported")
|
||||
notification.success({
|
||||
title: t("jobs.labels.dms.apexported")
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user