Missed to save
This commit is contained in:
@@ -710,7 +710,7 @@ const togglePanelActionCreator = (
|
||||
) => (exploreId: ExploreId) => {
|
||||
return (dispatch, getState) => {
|
||||
let shouldRunQueries;
|
||||
dispatch(actionCreator);
|
||||
dispatch(actionCreator({ exploreId }));
|
||||
dispatch(stateSave());
|
||||
|
||||
switch (actionCreator.type) {
|
||||
|
||||
Reference in New Issue
Block a user