Skip to content

Commit c39722e

Browse files
Update web_src/js/features/repo-issue-list.ts
Co-authored-by: silverwind <[email protected]>
1 parent 4a79ed3 commit c39722e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web_src/js/features/repo-issue-list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function initRepoIssueListCheckboxes() {
5555
const url = el.getAttribute('data-url');
5656
let action = el.getAttribute('data-action');
5757
let elementId = el.getAttribute('data-element-id');
58-
const issueIDList = [];
58+
const issueIDList: string[] = [];
5959
for (const el of document.querySelectorAll('.issue-checkbox:checked')) {
6060
issueIDList.push(el.getAttribute('data-issue-id'));
6161
}

0 commit comments

Comments
 (0)