Skip to content

Commit ce33414

Browse files
committed
Cleanup basic story
1 parent 4dcdbdf commit ce33414

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ const BookEdit = () => {
6262
}}
6363
>
6464
<SimpleForm>
65-
<FormInspector />
6665
<TextInput source="title" />
6766
<ArrayInput source="authors">
6867
<SimpleFormIterator>
6968
<TextInput source="name" />
7069
<TextInput source="role" />
7170
</SimpleFormIterator>
7271
</ArrayInput>
72+
<FormInspector />
7373
</SimpleForm>
7474
</Edit>
7575
);
@@ -89,6 +89,7 @@ const FormInspector = () => {
8989
</div>
9090
);
9191
};
92+
9293
export const Basic = () => (
9394
<React.StrictMode>
9495
<TestMemoryRouter initialEntries={['/books/1']}>

0 commit comments

Comments
 (0)