Explorar o código

Missed to save

Hugo Häggmark %!s(int64=6) %!d(string=hai) anos
pai
achega
f74ebdade6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {