Missed to save

This commit is contained in:
Hugo Häggmark 2019-02-04 15:11:19 +01:00
parent a0c4837eb5
commit f74ebdade6

View File

@ -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) {