We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aca998 commit 36f28b9Copy full SHA for 36f28b9
app/components/Notification/index.jsx
@@ -75,7 +75,6 @@ class Notification extends Component {
75
render () {
76
const notifications = this.props.notifications.map((v) => {
77
v.action = <i className='fa fa-close' aria-hidden='true' />
78
- v.dismissAfter = false
79
v.message = notificationMessageFactory(v.notifyType, v.message)
80
return v
81
})
0 commit comments