mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fixed linter error.
2) Fixed an issue where a password popup will appear on disconnecting from the server.
This commit is contained in:
committed by
Akshay Joshi
parent
5677b1e5f8
commit
7d91cca14d
@@ -267,7 +267,7 @@ define('pgadmin.node.server', [
|
||||
t.addIcon(i, {icon: d.icon});
|
||||
obj.callbacks.refresh.apply(obj, [null, i]);
|
||||
setTimeout(() => {
|
||||
t.toggle(i);
|
||||
t.close(i);
|
||||
}, 10);
|
||||
if (pgBrowser.serverInfo && d._id in pgBrowser.serverInfo) {
|
||||
delete pgBrowser.serverInfo[d._id];
|
||||
|
||||
Reference in New Issue
Block a user