From 9c9a055c3e4b5a8a376cf9c9e7f5bb0de86c5cbb Mon Sep 17 00:00:00 2001 From: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:30:39 +0100 Subject: [PATCH] Chore: Remove gf-form from PluginDashboards (#79300) Remove gf-form in PluginDashboards --- .../features/plugins/admin/components/PluginDashboards.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/app/features/plugins/admin/components/PluginDashboards.tsx b/public/app/features/plugins/admin/components/PluginDashboards.tsx index 10e39ef7bd3..1cd035cebd1 100644 --- a/public/app/features/plugins/admin/components/PluginDashboards.tsx +++ b/public/app/features/plugins/admin/components/PluginDashboards.tsx @@ -102,10 +102,6 @@ export class PluginDashboards extends PureComponent { return
No dashboards are included with this plugin
; } - return ( -
- -
- ); + return ; } }