Skip to content

Commit

Permalink
Added data back to bs-dismiss attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sreidthomas committed Aug 27, 2024
1 parent 412bf1c commit f7fc672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/ModalHeader/ModalHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class ModalHeader extends HTMLElement {
this.closeBtn.setAttribute('img-alt', '');
this.closeBtn.setAttribute('icon', '');
this.closeBtn.setAttribute('close', 'true');
this.closeBtn.setAttribute('bs-dismiss', 'modal');
this.closeBtn.setAttribute('data-bs-dismiss', 'modal');

// TODO: Fix old ESLint errors - see issue #1099
// eslint-disable-next-line eqeqeq
Expand Down

0 comments on commit f7fc672

Please sign in to comment.