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