diff --git a/public/app/features/dashboard/components/DashNav/DashNav.tsx b/public/app/features/dashboard/components/DashNav/DashNav.tsx index 0ced7a34b85..5ffbef293d9 100644 --- a/public/app/features/dashboard/components/DashNav/DashNav.tsx +++ b/public/app/features/dashboard/components/DashNav/DashNav.tsx @@ -342,6 +342,7 @@ export const DashNav = React.memo((props) => { if (config.featureToggles.scenes) { buttons.push( locationService.push(`/scenes/dashboard/${dashboard.uid}`)} diff --git a/public/app/features/scenes/components/Scene.tsx b/public/app/features/scenes/components/Scene.tsx index fe4731c13da..f870c91b57a 100644 --- a/public/app/features/scenes/components/Scene.tsx +++ b/public/app/features/scenes/components/Scene.tsx @@ -41,6 +41,7 @@ function SceneRenderer({ model }: SceneComponentProps) { if ($editor) { toolbarActions.push( model.setState({ isEditing: !model.state.isEditing })}