mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
remove comment
This commit is contained in:
parent
84b348978a
commit
4a5be0ade1
|
@ -331,8 +331,6 @@ export const nodeBase = mixins(
|
|||
});
|
||||
},
|
||||
__addNode (node: INodeUi) {
|
||||
// TODO: Later move the node-connection definitions to a special file
|
||||
|
||||
let nodeTypeData = this.$store.getters.nodeType(node.type);
|
||||
if (!nodeTypeData) {
|
||||
// If node type is not know use by default the base.noOp data to display it
|
||||
|
|
Loading…
Reference in a new issue