diff --git a/public/app/features/dashboard/containers/DashboardPage.tsx b/public/app/features/dashboard/containers/DashboardPage.tsx index ef9f5b15212..3c06ee07fd8 100644 --- a/public/app/features/dashboard/containers/DashboardPage.tsx +++ b/public/app/features/dashboard/containers/DashboardPage.tsx @@ -1,3 +1,4 @@ +import { FocusScope } from '@react-aria/focus'; import classnames from 'classnames'; import React, { PureComponent } from 'react'; import { connect, ConnectedProps } from 'react-redux'; @@ -406,7 +407,13 @@ export class UnthemedDashboardPage extends PureComponent { {inspectPanel && } - {editPanel && } + {editPanel && ( + +
+ +
+
+ )} {queryParams.editview && } );