Skip to content

Commit b5d600f

Browse files
authored
make sure information is complete
1 parent 3f0809d commit b5d600f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/workbench/ServiceCatalog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ qx.Class.define("osparc.workbench.ServiceCatalog", {
212212
this.__servicesLatest.forEach(service => {
213213
if (this.__contextLeftNodeId === null && this.__contextRightNodeId === null) {
214214
filteredServices.push(service);
215-
} else {
215+
} else if (service.inputs && service.outputs) {
216216
// filter out services that can't be connected
217217
const needsInputs = this.__contextLeftNodeId !== null;
218218
const needsOutputs = this.__contextRightNodeId !== null;

0 commit comments

Comments
 (0)