We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fde43b commit b0ceb2aCopy full SHA for b0ceb2a
superset-frontend/src/embedded/index.tsx
@@ -89,14 +89,14 @@ const EmbededLazyDashboardPage = () => {
89
};
90
91
const EmbeddedRoute = () => (
92
- <Suspense fallback={<Loading />}>
93
- <EmbeddedContextProviders>
+ <EmbeddedContextProviders>
+ <Suspense fallback={<Loading />}>
94
<ErrorBoundary>
95
<EmbededLazyDashboardPage />
96
</ErrorBoundary>
97
<ToastContainer position="top" />
98
- </EmbeddedContextProviders>
99
- </Suspense>
+ </Suspense>
+ </EmbeddedContextProviders>
100
);
101
102
const EmbeddedApp = () => (
0 commit comments