diff --git a/intuita-webview/src/main/App.tsx b/intuita-webview/src/main/App.tsx index ce32e22b..8e671a05 100644 --- a/intuita-webview/src/main/App.tsx +++ b/intuita-webview/src/main/App.tsx @@ -20,7 +20,7 @@ import { ToastContainer } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; import { useTheme } from '../shared/Snippet/useTheme'; -const ToastContainerProps = { +const toastContainerProps = { pauseOnHover: false, pauseOnFocusLoss: false, hideProgressBar: false, @@ -174,7 +174,7 @@ function App() { /> ) : null}