mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 18:46:00 +00:00
show unsaved connections in connection tree
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
{ value: null, label: 'The same as root' },
|
||||
..._.sortBy(
|
||||
($connections || [])
|
||||
.filter(x => !x.unsaved)
|
||||
// .filter(x => !x.unsaved)
|
||||
.map(conn => ({
|
||||
value: conn._id,
|
||||
label: getConnectionLabel(conn),
|
||||
|
||||
Reference in New Issue
Block a user