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) => {
return (dispatch, getState) => {
let shouldRunQueries;
dispatch(actionCreator);
dispatch(actionCreator({ exploreId }));
dispatch(stateSave());
switch (actionCreator.type) {