Skip to content

Commit

Permalink
Build test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bozatko committed Dec 10, 2024
1 parent 0d57823 commit e2cef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/js/scripts/core/collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

return initToggleState;
};
let clickedElementsState = initializeClickedStateArray();
const clickedElementsState = initializeClickedStateArray();
const toggleMultiCollapseButton = (btn, changeToCollapseAll) => {
const expandAll = btn.querySelector('.ibexa-multi-collapse__toggler-expand');
const collapseAll = btn.querySelector('.ibexa-multi-collapse__toggler-collapse');
Expand Down

0 comments on commit e2cef75

Please sign in to comment.