Dashboard: Force update after dashboard resize (#17808)

This commit is contained in:
Ryan McKinley
2019-06-28 14:25:38 +02:00
committed by Torkel Ödegaard
parent 742e0d56eb
commit 70d4dfe9f7
@@ -163,6 +163,7 @@ export class DashboardGrid extends PureComponent<Props> {
for (const panel of this.props.dashboard.panels) {
panel.resizeDone();
}
this.forceUpdate();
};
onViewModeChanged = () => {