Skip to content

Commit d1586e5

Browse files
committed
Lint
1 parent de58736 commit d1586e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/comp/LabelEdit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function initCompLabelEdit(pageSelector: string) {
3131
const showExclusiveWarning = hasScope && elExclusiveInput.checked && elModal.hasAttribute('data-need-warn-exclusive');
3232
toggleElem(elExclusiveWarning, showExclusiveWarning);
3333
if (!hasScope) elExclusiveInput.checked = false;
34-
toggleElem(elExclusiveOrderField, elExclusiveInput.checked)
34+
toggleElem(elExclusiveOrderField, elExclusiveInput.checked);
3535
};
3636

3737
const showLabelEditModal = (btn:HTMLElement) => {

0 commit comments

Comments
 (0)