Skip to content

Commit

Permalink
fix(ToastHeader): Remove charCode default property. (#2343)
Browse files Browse the repository at this point in the history
Fixes #2338

Co-authored-by: Kai Dorschner <me@krnl.de>
  • Loading branch information
2 people authored and phwebi committed Oct 27, 2021
1 parent 7e7f0d4 commit 03bbd15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ToastHeader.js
Expand Up @@ -21,7 +21,6 @@ const defaultProps = {
wrapTag: 'div',
tagClassName: 'me-auto',
closeAriaLabel: 'Close',
charCode: 215,
};

const ToastHeader = (props) => {
Expand Down

0 comments on commit 03bbd15

Please sign in to comment.