Skip to content

Commit

Permalink
Update packages/ra-core/src/sideEffect/useNotify.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Gildas Garcia <1122076+djhi@users.noreply.github.com>
  • Loading branch information
WiXSL and djhi authored Jan 17, 2020
1 parent 3999999 commit c4545df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/sideEffect/useNotify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const useNotify = () => {
type: NotificationType = 'info',
messageArgs: any = {},
undoable: boolean = false,
autoHideDuration: number
autoHideDuration?: number
) => {
dispatch(
showNotification(message, type, {
Expand Down

0 comments on commit c4545df

Please sign in to comment.