Skip to content

Commit 06c8bb2

Browse files
committed
reviews
1 parent ff8031b commit 06c8bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/SelectArrayInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ const CreateTag = () => {
547547
}}
548548
>
549549
<SimpleForm >
550-
<TextInput source="tag" helperText={false} autoFocus/>
550+
<TextInput source="name" helperText={false} autoFocus/>
551551
</SimpleForm>
552552
</CreateBase>
553553
</DialogContent>

packages/ra-ui-materialui/src/input/SelectArrayInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ export const InsideReferenceArrayInputWithError = () => (
682682
);
683683

684684
const CreateAuthor = () => {
685-
const { filter, onCancel, onCreate } = useCreateSuggestionContext();
685+
const { onCancel, onCreate } = useCreateSuggestionContext();
686686

687687
const onAuthorCreate = author => {
688688
onCreate(author);

0 commit comments

Comments
 (0)