浏览代码

Missed to save

Hugo Häggmark 6 年之前
父节点
当前提交
f74ebdade6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/explore/state/actions.ts

+ 1 - 1
public/app/features/explore/state/actions.ts

@@ -710,7 +710,7 @@ const togglePanelActionCreator = (
 ) => (exploreId: ExploreId) => {
   return (dispatch, getState) => {
     let shouldRunQueries;
-    dispatch(actionCreator);
+    dispatch(actionCreator({ exploreId }));
     dispatch(stateSave());
 
     switch (actionCreator.type) {