Skip to content

Commit 447428f

Browse files
author
Gusted
authored
Remove superfluous argument (#17667)
As title.
1 parent 81926d6 commit 447428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/common-issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function initCommonIssue() {
2121
elementId = '';
2222
action = 'clear';
2323
}
24-
updateIssuesMeta(url, action, issueIDs, elementId, '').then(() => {
24+
updateIssuesMeta(url, action, issueIDs, elementId).then(() => {
2525
// NOTICE: This reset of checkbox state targets Firefox caching behaviour, as the checkboxes stay checked after reload
2626
if (action === 'close' || action === 'open') {
2727
// uncheck all checkboxes

0 commit comments

Comments
 (0)