mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewPanelEditor: Introduce redux state and reducer (#22070)
* New panel editor redux * minor change * Updated * progress * updated * Fixed panel data mutable issue * more actions * Discard works * Updated * Updated
This commit is contained in:
@@ -67,6 +67,7 @@ class UnthemedDashNavTimeControls extends Component<Props> {
|
||||
onMoveBack = () => {
|
||||
appEvents.emit(CoreEvents.shiftTime, -1);
|
||||
};
|
||||
|
||||
onMoveForward = () => {
|
||||
appEvents.emit(CoreEvents.shiftTime, 1);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user