Skip to content

Commit 40bac8f

Browse files
committed
remove useless word
1 parent 03f8451 commit 40bac8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ export const InsideReferenceInputWithCreationSupport = () => {
669669
<Resource
670670
name="authors"
671671
recordRepresentation={record =>
672-
`${record.first_name} ${record.last_name} toto`
672+
`${record.first_name} ${record.last_name}`
673673
}
674674
/>
675675
<Resource

0 commit comments

Comments
 (0)