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 03f8451 commit 40bac8fCopy full SHA for 40bac8f
packages/ra-ui-materialui/src/input/SelectInput.stories.tsx
@@ -669,7 +669,7 @@ export const InsideReferenceInputWithCreationSupport = () => {
669
<Resource
670
name="authors"
671
recordRepresentation={record =>
672
- `${record.first_name} ${record.last_name} toto`
+ `${record.first_name} ${record.last_name}`
673
}
674
/>
675
0 commit comments