Skip to content

Commit 0515c9a

Browse files
committed
Fix lint error in RichTextField stories
1 parent 9d23f07 commit 0515c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/field/RichTextField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Empty.argTypes = {
154154
undefined: undefined,
155155
null: null,
156156
'empty string': '',
157-
'foo': 'foo',
157+
foo: 'foo',
158158
},
159159
control: { type: 'inline-radio' },
160160
},

0 commit comments

Comments
 (0)