Skip to content

Commit 1d07197

Browse files
committedNov 16, 2015
[fixed] don't add aria-label to modal header and close button
1 parent 0c48c60 commit 1d07197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ModalHeader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ModalHeader extends React.Component {
1111

1212
return (
1313
<div
14-
{...this.props}
14+
{...props}
1515
className={classNames(this.props.className, tbsUtils.prefix(this.props, 'header'))}
1616
>
1717
{ this.props.closeButton &&

0 commit comments

Comments
 (0)
Please sign in to comment.