Skip to content

Commit 8644e32

Browse files
committed
improve story
1 parent 69bd805 commit 8644e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ export const DisabledChoice = () => (
117117
<SelectInput
118118
source="city"
119119
choices={[
120-
{ id: 'P', name: 'Paris ' },
120+
{ id: 'P', name: 'Paris' },
121121
{ id: 'L', name: 'London' },
122-
{ id: 'N', name: 'New York ', disabled: true },
122+
{ id: 'N', name: 'New York', disabled: true },
123123
]}
124124
/>
125125
</Wrapper>

0 commit comments

Comments
 (0)