Fixed Statistics panel hang issue for 1000+ tables. Fixes #3664

This commit is contained in:
Khushboo Vashi
2019-01-31 14:47:29 +05:30
committed by Akshay Joshi
parent 2afa3d8267
commit 6244463ac1
3 changed files with 27 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ define([
'remove': function() {
if (this.grid) {
if (this.grid.collection) {
this.grid.collection.reset(null, {silent: true});
this.grid.collection.reset({silent: true});
delete (this.grid.collection);
}
delete (this.grid);