fixed bug

This commit is contained in:
Amirhossein Mahmoodi
2024-07-10 13:12:44 +03:30
parent 7ceb29a0f6
commit e782060cf6

View File

@@ -1,6 +1,6 @@
"use client";
import { toast } from "react-toastify";
import { successToast } from "@/core/components/toasts/success";
import { successToast } from "@/core/components/Toasts/success";
export const successRequest = (notification, toastContainer) => {
if (notification) {