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 4a79ed3 commit c39722eCopy full SHA for c39722e
web_src/js/features/repo-issue-list.ts
@@ -55,7 +55,7 @@ function initRepoIssueListCheckboxes() {
55
const url = el.getAttribute('data-url');
56
let action = el.getAttribute('data-action');
57
let elementId = el.getAttribute('data-element-id');
58
- const issueIDList = [];
+ const issueIDList: string[] = [];
59
for (const el of document.querySelectorAll('.issue-checkbox:checked')) {
60
issueIDList.push(el.getAttribute('data-issue-id'));
61
}
0 commit comments