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 && } );