From 6e300048ed80c94445c4211806dff48436eca314 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Mon, 5 Sep 2022 08:18:50 -0700 Subject: [PATCH] 54570 manual backport (#54716) --- .../app/features/dashboard/containers/DashboardPage.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/public/app/features/dashboard/containers/DashboardPage.tsx b/public/app/features/dashboard/containers/DashboardPage.tsx index 3c06ee07fd8..ef9f5b15212 100644 --- a/public/app/features/dashboard/containers/DashboardPage.tsx +++ b/public/app/features/dashboard/containers/DashboardPage.tsx @@ -1,4 +1,3 @@ -import { FocusScope } from '@react-aria/focus'; import classnames from 'classnames'; import React, { PureComponent } from 'react'; import { connect, ConnectedProps } from 'react-redux'; @@ -407,13 +406,7 @@ export class UnthemedDashboardPage extends PureComponent { {inspectPanel && } - {editPanel && ( - -
- -
-
- )} + {editPanel && } {queryParams.editview && } );