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
@@ -166,7 +166,7 @@ export class Tree {
|
||||
}
|
||||
|
||||
async close(item) {
|
||||
await this.tree.closeDirectory(item);
|
||||
await this.tree.closeDir(item);
|
||||
}
|
||||
|
||||
async toggle(item) {
|
||||
|
||||
Reference in New Issue
Block a user