mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved an issue when refreshing any browser node
This commit is contained in:
@@ -457,7 +457,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, Backform) {
|
||||
}
|
||||
},
|
||||
refresh_node: function(item) {
|
||||
this.callbacks.selected(undefined, item);
|
||||
this.callbacks.selected.apply(this, null, item);
|
||||
}
|
||||
},
|
||||
/**********************************************************************
|
||||
|
Reference in New Issue
Block a user