mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Missed to save
This commit is contained in:
parent
a0c4837eb5
commit
f74ebdade6
@ -710,7 +710,7 @@ const togglePanelActionCreator = (
|
|||||||
) => (exploreId: ExploreId) => {
|
) => (exploreId: ExploreId) => {
|
||||||
return (dispatch, getState) => {
|
return (dispatch, getState) => {
|
||||||
let shouldRunQueries;
|
let shouldRunQueries;
|
||||||
dispatch(actionCreator);
|
dispatch(actionCreator({ exploreId }));
|
||||||
dispatch(stateSave());
|
dispatch(stateSave());
|
||||||
|
|
||||||
switch (actionCreator.type) {
|
switch (actionCreator.type) {
|
||||||
|
Loading…
Reference in New Issue
Block a user