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() {
|
public layout() {
|
||||||
super.layout();
|
super.layout();
|
||||||
|
if (this._scrollable) {
|
||||||
this._scrollable.layout();
|
this._scrollable.layout();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user