Dashboard: Force update after dashboard resize (#17808)

pull/17820/head
Ryan McKinley 6 years ago committed by Torkel Ödegaard
parent 742e0d56eb
commit 70d4dfe9f7
  1. 1
      public/app/features/dashboard/dashgrid/DashboardGrid.tsx

@ -163,6 +163,7 @@ export class DashboardGrid extends PureComponent<Props> {
for (const panel of this.props.dashboard.panels) {
panel.resizeDone();
}
this.forceUpdate();
};
onViewModeChanged = () => {

Loading…
Cancel
Save