debug warning notification
This commit is contained in:
@@ -4,7 +4,7 @@ import { toast } from "react-toastify";
|
||||
|
||||
const ErrorNotification = (directionApp, status, t, message) => {
|
||||
toast(
|
||||
({ closeToast }) => (
|
||||
() => (
|
||||
<>
|
||||
<Box
|
||||
sx={{
|
||||
|
||||
@@ -2,9 +2,9 @@ import ReportIcon from "@mui/icons-material/Report";
|
||||
import { Box, Divider, Typography } from "@mui/material";
|
||||
import { toast } from "react-toastify";
|
||||
|
||||
const WarningNotification = (directionApp, t, status) => {
|
||||
const WarningNotification = (directionApp, status, t) => {
|
||||
toast(
|
||||
({ closeToast }) => (
|
||||
() => (
|
||||
<>
|
||||
<Box
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user