mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScene: Simplify controls a bit (#82908)
* DashboardScene: Simplify controls a bit * update tests * more test updates * Update * improvements * Fix * Fix merge * Update * update
This commit is contained in:
@@ -75,7 +75,7 @@ export interface DashboardSceneState extends SceneObjectState {
|
||||
/** NavToolbar actions */
|
||||
actions?: SceneObject[];
|
||||
/** Fixed row at the top of the canvas with for example variables and time range controls */
|
||||
controls?: SceneObject[];
|
||||
controls?: DashboardControls;
|
||||
/** True when editing */
|
||||
isEditing?: boolean;
|
||||
/** True when user made a change */
|
||||
|
||||
Reference in New Issue
Block a user