snack popups from 5 to 3 seconds

This commit is contained in:
proddy
2021-03-26 17:29:54 +01:00
parent c8b6d1e69c
commit d0fc09fc01

View File

@@ -28,7 +28,7 @@ class App extends Component {
render() {
return (
<CustomMuiTheme>
<SnackbarProvider maxSnack={3} anchorOrigin={{ vertical: 'bottom', horizontal: 'left' }}
<SnackbarProvider autoHideDuration={3000} maxSnack={3} anchorOrigin={{ vertical: 'bottom', horizontal: 'left' }}
ref={this.notistackRef}
action={(key) => (
<IconButton onClick={this.onClickDismiss(key)} size="small">