mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the unused variable to satisfy the linter.
This commit is contained in:
@@ -242,7 +242,7 @@ define('pgadmin.dashboard', [
|
||||
},
|
||||
|
||||
// Handle Server Disconnect
|
||||
object_disconnected: function(obj) {
|
||||
object_disconnected: function() {
|
||||
let item = pgBrowser.tree.selected(),
|
||||
itemData = item && pgBrowser.tree.itemData(item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user