[v11.0.x] Fix Canvas crashing in scenes dashboard (#86125)

Fix Canvas crashing in scenes dashboard (#86117)

(cherry picked from commit 6fb13842a5)

Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-15 14:31:44 +02:00
committed by GitHub
co-authored by Victor Marin
parent de27d86e7b
commit d1a40dea5b
+1 -1
View File
@@ -66,7 +66,7 @@ export const plugin = new PanelPlugin<Options>(CanvasPanel)
addStandardCanvasEditorOptions(builder);
if (state) {
if (state && state.scene) {
builder.addNestedOptions(getLayerEditor(state));
const selection = state.selected;