show unsaved connections in connection tree

This commit is contained in:
SPRINX0\prochazka
2024-12-03 14:54:22 +01:00
parent 6b3f398de3
commit 72bd536aec
4 changed files with 19 additions and 12 deletions

View File

@@ -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),