mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: embedded chart height (#10551)
This commit is contained in:
@@ -33,10 +33,10 @@ setupPlugins();
|
||||
const App = ({ store }) => (
|
||||
<Provider store={store}>
|
||||
<ThemeProvider theme={supersetTheme}>
|
||||
<div>
|
||||
<>
|
||||
<ExploreViewContainer />
|
||||
<ToastPresenter />
|
||||
</div>
|
||||
</>
|
||||
</ThemeProvider>
|
||||
</Provider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user