Update ShowConnections.plugin.js

This commit is contained in:
Mirco Wittrien 2021-06-01 09:34:05 +02:00 committed by GitHub
parent 385339edb0
commit 89890a2431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ module.exports = (_ => {
connections: {}
};
for (let connection of BDFDB.LibraryModules.ConnectionProviderUtils) this.defaults.connections[connection.type] = Object.assign({}, connection, {value: true});
for (let connection of BDFDB.LibraryModules.ConnectionProviderUtils.filter(n => n)) this.defaults.connections[connection.type] = Object.assign({}, connection, {value: true});
this.css = `
${BDFDB.dotCN._showconnectionsconnections} {