Commit f74ebdad by Hugo Häggmark

Missed to save

parent a0c4837e
...@@ -710,7 +710,7 @@ const togglePanelActionCreator = ( ...@@ -710,7 +710,7 @@ const togglePanelActionCreator = (
) => (exploreId: ExploreId) => { ) => (exploreId: ExploreId) => {
return (dispatch, getState) => { return (dispatch, getState) => {
let shouldRunQueries; let shouldRunQueries;
dispatch(actionCreator); dispatch(actionCreator({ exploreId }));
dispatch(stateSave()); dispatch(stateSave());
switch (actionCreator.type) { switch (actionCreator.type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment