forked from Gitlink/forgeplus-react
snackbarhoc
This commit is contained in:
parent
4319067c1c
commit
be11cd0164
|
@ -72,7 +72,7 @@ export function SnackbarHOC(options = {}) {
|
|||
autoHideDuration={3000}
|
||||
anchorOrigin={{ vertical: this.state.snackbarVertical || 'top'
|
||||
, horizontal: this.state.snackbarHorizontal || 'center' }}
|
||||
onClose={() => this.handleSnackbarClose()}
|
||||
onClose={() => {this.handleSnackbarClose()}}
|
||||
transition={Fade}
|
||||
SnackbarContentProps={{
|
||||
'aria-describedby': 'message-id',
|
||||
|
|
Loading…
Reference in New Issue