Loading client/src/components/Workflow/Editor/NodeOutput.vue +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ const outputDetails = computed(() => { const outputType = collectionType && collectionType.isCollection && collectionType.collectionType ? `output is ${collectionTypeToDescription(collectionType)}` : `output is dataset`; : `output is ${terminal.value.type || "dataset"}`; if (isMultiple.value) { if (!collectionType) { collectionType = NULL_COLLECTION_TYPE_DESCRIPTION; Loading Loading
client/src/components/Workflow/Editor/NodeOutput.vue +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ const outputDetails = computed(() => { const outputType = collectionType && collectionType.isCollection && collectionType.collectionType ? `output is ${collectionTypeToDescription(collectionType)}` : `output is dataset`; : `output is ${terminal.value.type || "dataset"}`; if (isMultiple.value) { if (!collectionType) { collectionType = NULL_COLLECTION_TYPE_DESCRIPTION; Loading