From b3f787a0a89fd7861e2001fd29252cbf76913829 Mon Sep 17 00:00:00 2001 From: Gurinder Singh Date: Fri, 9 Aug 2024 15:07:31 -0400 Subject: [PATCH] disabled drag for mfe --- public/app/features/dashboard/dashgrid/DashboardGrid.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx index f73f3e84e7dd..6aea9b4ac2fa 100644 --- a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx @@ -153,8 +153,6 @@ export class Component extends PureComponent { this.gridWidth = gridWidth; } - console.log('this.props.dashboard.panels', config.theme2.shape.radius.default); - for (const panel of this.props.dashboard.panels) { const panelClasses = classNames({ 'react-grid-item--fullscreen': panel.isViewing }); @@ -255,8 +253,8 @@ export class Component extends PureComponent {