Skip to content

Commit 36f28b9

Browse files
committed
右上角提示自动消失
1 parent 4aca998 commit 36f28b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Notification/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class Notification extends Component {
7575
render () {
7676
const notifications = this.props.notifications.map((v) => {
7777
v.action = <i className='fa fa-close' aria-hidden='true' />
78-
v.dismissAfter = false
7978
v.message = notificationMessageFactory(v.notifyType, v.message)
8079
return v
8180
})

0 commit comments

Comments
 (0)