فهرست منبع

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