mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed Statistics panel hang issue for 1000+ tables. Fixes #3664
This commit is contained in:
committed by
Akshay Joshi
parent
2afa3d8267
commit
6244463ac1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user