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 88e2d1d commit d7705a4Copy full SHA for d7705a4
packages/ra-ui-materialui/src/input/TextInput.stories.tsx
@@ -199,8 +199,7 @@ export const ServerError = () => (
199
create={() => (
200
<Create
201
resource="posts"
202
- record={{ id: 123, title: 'Lorem ipsum' }}
203
- sx={{ width: 600 }}
+ record={{ title: 'Lorem ipsum' }}
204
>
205
<SimpleForm toolbar={AlwaysOnToolbar}>
206
<TextInput source="title" />
@@ -237,8 +236,7 @@ export const ServerValidationError = () => (
237
236
238
239
240
241
242
243
244
0 commit comments