Skip to content

Commit ab33167

Browse files
committed
Add missing import
1 parent 6096d71 commit ab33167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/useNotify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ If you have custom actions in your notification element, you can leverage the `u
234234

235235
```tsx
236236
import { useCheckForApplicationUpdate, useCloseNotification, useNotify } from 'react-admin';
237-
import { SnackbarContent } from '@mui/material';
237+
import { Button, SnackbarContent } from '@mui/material';
238238

239239
export const CheckForApplicationUpdate = () => {
240240
const notify = useNotify();

0 commit comments

Comments
 (0)