Skip to content

Commit 921d3b9

Browse files
committed
update create form
1 parent 10cd3f5 commit 921d3b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,13 +643,13 @@ const CreateAuthor = () => {
643643
},
644644
}}
645645
>
646-
<SimpleForm defaultValues={{ name: filter }}>
647-
<TextInput source="name" helperText={false} />
646+
<SimpleForm defaultValues={{ first_name: filter }}>
648647
<TextInput
649-
source="language"
648+
source="first_name"
650649
helperText={false}
651650
autoFocus
652651
/>
652+
<TextInput source="last_name" helperText={false} />
653653
</SimpleForm>
654654
</CreateBase>
655655
</DialogContent>

0 commit comments

Comments
 (0)