We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de58736 commit d1586e5Copy full SHA for d1586e5
web_src/js/features/comp/LabelEdit.ts
@@ -31,7 +31,7 @@ export function initCompLabelEdit(pageSelector: string) {
31
const showExclusiveWarning = hasScope && elExclusiveInput.checked && elModal.hasAttribute('data-need-warn-exclusive');
32
toggleElem(elExclusiveWarning, showExclusiveWarning);
33
if (!hasScope) elExclusiveInput.checked = false;
34
- toggleElem(elExclusiveOrderField, elExclusiveInput.checked)
+ toggleElem(elExclusiveOrderField, elExclusiveInput.checked);
35
};
36
37
const showLabelEditModal = (btn:HTMLElement) => {
0 commit comments