Skip to content

Commit

Permalink
Added data back to bs-dimsmis
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Aug 27, 2024
1 parent 6914ffe commit a29334e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/OffcanvasHeader/OffcanvasHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class OffcanvasHeader extends HTMLElement {
this.closeBtn.setAttribute('img-alt', '');
this.closeBtn.setAttribute('icon', '');
this.closeBtn.setAttribute('close', 'true');
this.closeBtn.setAttribute('bs-dismiss', parentID);
this.closeBtn.setAttribute('data-bs-dismiss', parentID);
extraClasses ? offcanvasHeaderClasses.push(extraClasses) : 0;
btnDark === 'true'
? this.closeBtn.setAttribute('extra-classes', 'btn-close-white')
Expand Down

0 comments on commit a29334e

Please sign in to comment.