mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-20 11:43:57 +08:00
Lint
This commit is contained in:
parent
de58736eae
commit
d1586e5ba9
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user