We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b6d1e commit d0fc09fCopy full SHA for d0fc09f
interface/src/App.tsx
@@ -28,7 +28,7 @@ class App extends Component {
28
render() {
29
return (
30
<CustomMuiTheme>
31
- <SnackbarProvider maxSnack={3} anchorOrigin={{ vertical: 'bottom', horizontal: 'left' }}
+ <SnackbarProvider autoHideDuration={3000} maxSnack={3} anchorOrigin={{ vertical: 'bottom', horizontal: 'left' }}
32
ref={this.notistackRef}
33
action={(key) => (
34
<IconButton onClick={this.onClickDismiss(key)} size="small">
0 commit comments