Merge pull request #4261 from DarshanDixit05/fix-Invalid-label

fix : Invalid label for attribute on the tray
This commit is contained in:
Nick O'Leary
2023-08-14 11:11:10 +01:00
committed by GitHub

View File

@@ -196,7 +196,7 @@
}
$('<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;"/>'+
'<input type="checkbox" id="node-input-show-label"/>'+
'</div>').appendTo(dialogForm);