Dashboard: Force update after dashboard resize (#17808)
This commit is contained in:
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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user