Skip to content

Commit

Permalink
Hestia : Close snackbar after 1500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
minhducsun2002 committed May 31, 2019
1 parent 7b08906 commit c7189ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Hestia extends React.Component {
var HestiaGlobal = withNamespaces()(withSnackbar(withGlobalState(Hestia)));

ReactDOM.render(
<SnackbarProvider maxSnack={4}>
<SnackbarProvider maxSnack={4} autoHideDuration={1500}>
<Provider globalState={globalState}>
<CssBaseline />
<HestiaGlobal />
Expand Down

0 comments on commit c7189ad

Please sign in to comment.