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