diff --git a/nodes/widgets/ui_table.html b/nodes/widgets/ui_table.html index 19fbc543..6a017bf2 100644 --- a/nodes/widgets/ui_table.html +++ b/nodes/widgets/ui_table.html @@ -115,7 +115,7 @@ // The behaviour in existing nodes was to deselect all items $('#node-input-deselect').prop('checked', true) } - // if this groups parent is a subflow template, set the node-config-input-width and node-config-input-height up + // if this groups parent is a subflow template, set the node-input-width and node-input-height up // as typedInputs and hide the elementSizer (as it doesn't make sense for subflow templates) if (RED.nodes.subflow(this.z)) { // change inputs from hidden to text & display them @@ -347,8 +347,8 @@