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