Skip to content

Commit 1b81927

Browse files
committed
lint
1 parent e95c60b commit 1b81927

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
@@ -34,7 +34,7 @@ export function initCompLabelEdit(pageSelector: string) {
3434
toggleElem(elExclusiveOrderField, elExclusiveInput.checked);
3535

3636
if (parseInt(elExclusiveOrderInput.value) <= 0) {
37-
elExclusiveOrderInput.style.color = "var(--color-placeholder-text) !important";
37+
elExclusiveOrderInput.style.color = 'var(--color-placeholder-text) !important';
3838
} else {
3939
elExclusiveOrderInput.style.color = null;
4040
}

0 commit comments

Comments
 (0)