Commit 70d4dfe9 by Ryan McKinley Committed by Torkel Ödegaard

Dashboard: Force update after dashboard resize (#17808)

parent 742e0d56
......@@ -163,6 +163,7 @@ export class DashboardGrid extends PureComponent<Props> {
for (const panel of this.props.dashboard.panels) {
panel.resizeDone();
}
this.forceUpdate();
};
onViewModeChanged = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment