mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Use react-alert for backend message flashing (#3315)
This commit is contained in:
committed by
GitHub
parent
b9a2fa4015
commit
59268e978a
@@ -56,12 +56,11 @@ const initState = {
|
||||
const store = createStore(rootReducer, initState,
|
||||
compose(applyMiddleware(thunk), initEnhancer(false)),
|
||||
);
|
||||
|
||||
ReactDOM.render(
|
||||
<Provider store={store}>
|
||||
<div>
|
||||
<ExploreViewContainer />
|
||||
<AlertsWrapper />
|
||||
<AlertsWrapper initMessages={bootstrappedState.common.flash_messages} />
|
||||
</div>
|
||||
</Provider>,
|
||||
exploreViewContainer,
|
||||
|
||||
Reference in New Issue
Block a user