Updated Toast timer to be 3500ms for dismissal
• Updated: - Toast timer to be 3500ms for dismissal
This commit is contained in:
parent
35f98bbfaa
commit
27f1de6af3
|
@ -16,7 +16,7 @@ class Toast extends React.PureComponent {
|
|||
componentDidMount() {
|
||||
this._timer = setTimeout(() => {
|
||||
this.handleOnDismiss()
|
||||
}, 5000)
|
||||
}, 3500)
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
Loading…
Reference in New Issue