1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

fix : Invalid label for attribute on the tray

This commit is contained in:
DarshanDixit05 2023-07-31 19:34:12 +05:30
parent 877aa75e4e
commit 792dedb1f1
2 changed files with 9402 additions and 1 deletions

9401
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -196,7 +196,7 @@
} }
$('<div class="form-row">'+ $('<div class="form-row">'+
'<label for="node-input-show-label-btn" data-i18n="editor.label"></label>'+ '<label for="node-input-show-label" data-i18n="editor.label"></label>'+
'<span style="margin-right: 2px;"/>'+ '<span style="margin-right: 2px;"/>'+
'<input type="checkbox" id="node-input-show-label"/>'+ '<input type="checkbox" id="node-input-show-label"/>'+
'</div>').appendTo(dialogForm); '</div>').appendTo(dialogForm);