This commit is contained in:
Thomas E Lackey 2025-02-17 13:49:50 -06:00
parent de58736eae
commit d1586e5ba9

View File

@ -31,7 +31,7 @@ export function initCompLabelEdit(pageSelector: string) {
const showExclusiveWarning = hasScope && elExclusiveInput.checked && elModal.hasAttribute('data-need-warn-exclusive');
toggleElem(elExclusiveWarning, showExclusiveWarning);
if (!hasScope) elExclusiveInput.checked = false;
toggleElem(elExclusiveOrderField, elExclusiveInput.checked)
toggleElem(elExclusiveOrderField, elExclusiveInput.checked);
};
const showLabelEditModal = (btn:HTMLElement) => {