Feature/add user activiry crud

This commit is contained in:
AmirHossein Mahmoodi
2025-03-09 11:41:52 +00:00
parent eb86b0835b
commit 87f1a520ea
29 changed files with 630 additions and 46 deletions

View File

@@ -4,7 +4,7 @@ import { successToast } from "@/core/components/Toasts/success";
export const successRequest = (notification, toastContainer) => {
if (notification) {
toast.dismiss({ container: toastContainer });
toast.dismiss({ containerId: toastContainer });
successToast(toastContainer);
}
};