Skip to content

Commit d0fc09f

Browse files
committed
snack popups from 5 to 3 seconds
1 parent c8b6d1e commit d0fc09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class App extends Component {
2828
render() {
2929
return (
3030
<CustomMuiTheme>
31-
<SnackbarProvider maxSnack={3} anchorOrigin={{ vertical: 'bottom', horizontal: 'left' }}
31+
<SnackbarProvider autoHideDuration={3000} maxSnack={3} anchorOrigin={{ vertical: 'bottom', horizontal: 'left' }}
3232
ref={this.notistackRef}
3333
action={(key) => (
3434
<IconButton onClick={this.onClickDismiss(key)} size="small">

0 commit comments

Comments
 (0)