Merge branch 'hotfix/toastBug'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user