Merge branch 'hotfix/1.9.5' into test_audit
This commit is contained in:
commit
dc232fc1c9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ export class InMemoryStaticGrid extends GridV2 {
|
|||
protected initGrid() {
|
||||
super.initGrid();
|
||||
this.subscription = this.injector.get(ErvuDataService).message.subscribe(value => {
|
||||
this.rowData = value[this.dataList];
|
||||
this.rowData = value ? value[this.dataList] : null;
|
||||
this.initDeferred.promise.then(() => {
|
||||
this.refreshData();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue