We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cd3f5 commit 921d3b9Copy full SHA for 921d3b9
packages/ra-ui-materialui/src/input/SelectInput.stories.tsx
@@ -643,13 +643,13 @@ const CreateAuthor = () => {
643
},
644
}}
645
>
646
- <SimpleForm defaultValues={{ name: filter }}>
647
- <TextInput source="name" helperText={false} />
+ <SimpleForm defaultValues={{ first_name: filter }}>
648
<TextInput
649
- source="language"
+ source="first_name"
650
helperText={false}
651
autoFocus
652
/>
+ <TextInput source="last_name" helperText={false} />
653
</SimpleForm>
654
</CreateBase>
655
</DialogContent>
0 commit comments