Merge branch 'hotfix/toastBug'
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { toast } from "react-toastify";
|
import { toast } from "react-toastify";
|
||||||
import { successToast } from "@/core/components/toasts/success";
|
import { successToast } from "@/core/components/Toasts/success";
|
||||||
|
|
||||||
export const successRequest = (notification, toastContainer) => {
|
export const successRequest = (notification, toastContainer) => {
|
||||||
if (notification) {
|
if (notification) {
|
||||||
|
|||||||
Reference in New Issue
Block a user