Commit f74ebdad by Hugo Häggmark

Missed to save

parent a0c4837e
......@@ -710,7 +710,7 @@ const togglePanelActionCreator = (
) => (exploreId: ExploreId) => {
return (dispatch, getState) => {
let shouldRunQueries;
dispatch(actionCreator);
dispatch(actionCreator({ exploreId }));
dispatch(stateSave());
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