Skip to content

Commit 2a0d73e

Browse files
disabled drag for mfe (#180)
1 parent 81b96c2 commit 2a0d73e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

public/app/features/dashboard/dashgrid/DashboardGrid.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ export class Component extends PureComponent<Props> {
153153
this.gridWidth = gridWidth;
154154
}
155155

156-
console.log('this.props.dashboard.panels', config.theme2.shape.radius.default);
157-
158156
for (const panel of this.props.dashboard.panels) {
159157
const panelClasses = classNames({ 'react-grid-item--fullscreen': panel.isViewing });
160158

0 commit comments

Comments
 (0)