Archived
Fix a null ref exception in dashboard layout (#1348)
This commit is contained in:
@@ -63,6 +63,8 @@ export class DashboardHomeContainer extends DashboardWidgetContainer {
|
||||
|
||||
public layout() {
|
||||
super.layout();
|
||||
this._scrollable.layout();
|
||||
if (this._scrollable) {
|
||||
this._scrollable.layout();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user