diff --git a/utils/action.tsx b/utils/action.tsx index 04ebcf0..64c7b32 100644 --- a/utils/action.tsx +++ b/utils/action.tsx @@ -11,6 +11,7 @@ export const actionToast = async (data: { msg_succes?: string; msg_error?: string; msg_load?: string; + hidden_icon?: boolean; }) => { const { task, @@ -21,6 +22,7 @@ export const actionToast = async (data: { msg_error, msg_load, failed, + hidden_icon, } = data; try { @@ -75,7 +77,11 @@ export const actionToast = async (data: { toast.error(