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
commit 15b8d79489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);