diff --git a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx index 365caab319d..fbc56b92ffb 100644 --- a/public/app/features/dashboard/dashgrid/DashboardGrid.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardGrid.tsx @@ -162,11 +162,7 @@ export class DashboardGrid extends PureComponent { } this.props.dashboard.sortPanelsByGridPos(); - - // onLayoutChange is called onMount this marks layout as initialized and we are ready to render panels - if (!this.state.isLayoutInitialized) { - this.setState({ isLayoutInitialized: true }); - } + this.forceUpdate(); }; triggerForceUpdate = () => {