Skip to content

Commit

Permalink
Fix checkbox controller selection
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jul 18, 2022
1 parent 0b808b0 commit b8880ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rowSelectionControllers.forEach(headerCheckbox => {
function updateIcon() {
headerCheckbox.classList.remove("jenkins-table__checkbox--all")
headerCheckbox.classList.remove("jenkins-table__checkbox--indeterminate")
moreOptionsDropdown.classList.remove("jenkins-table__checkbox-dropdown--visible")
moreOptionsDropdown?.classList.remove("jenkins-table__checkbox-dropdown--visible")

if (allCheckboxesSelected()) {
headerCheckbox.classList.add("jenkins-table__checkbox--all")
Expand Down

0 comments on commit b8880ed

Please sign in to comment.