mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
moved toast container so toasts show above modal (#1480)
This commit is contained in:
parent
c834f4fc26
commit
620b3277c0
1 changed files with 2 additions and 2 deletions
|
|
@ -66,6 +66,8 @@ class App extends React.Component {
|
|||
|
||||
return (
|
||||
<>
|
||||
<ToastContainer />
|
||||
|
||||
<Router history={history}>
|
||||
<div className={`main-wrapper ${darkMode ? 'theme-dark' : ''}`}>
|
||||
{updateAvailable && (
|
||||
|
|
@ -96,8 +98,6 @@ class App extends React.Component {
|
|||
|
||||
{!onboarded && <OnboardingModal />}
|
||||
|
||||
<ToastContainer />
|
||||
|
||||
<PrivateRoute
|
||||
exact
|
||||
path="/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue