Skip to content

Commit fc29dc2

Browse files
committed
[Doc] add missing imports
1 parent 9dfc79e commit fc29dc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/AutocompleteArrayInput.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,20 +714,23 @@ Use the `create` prop when you want a more polished or complex UI. For example a
714714
import {
715715
AutocompleteArrayInput,
716716
Create,
717+
CreateBase,
717718
ReferenceArrayInput,
718719
SimpleForm,
719720
TextInput,
720721
useCreate,
721722
useCreateSuggestionContext
722723
} from 'react-admin';
723724

725+
import CloseIcon from '@mui/icons-material/Close';
724726
import {
725727
Box,
726728
BoxProps,
727729
Button,
728730
Dialog,
729-
DialogActions,
730731
DialogContent,
732+
DialogTitle,
733+
IconButton,
731734
TextField,
732735
} from '@mui/material';
733736

0 commit comments

Comments
 (0)