Skip to content

Commit 2432ea7

Browse files
slax57djhi
andauthored
[no ci] Update packages/ra-ui-materialui/src/field/RichTextField.stories.tsx
Co-authored-by: Gildas Garcia <[email protected]>
1 parent 37f7930 commit 2432ea7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,13 @@ Empty.argTypes = {
149149
control: { type: 'inline-radio' },
150150
},
151151
body: {
152-
options: [undefined, null, '', 'foo'],
152+
options: [undefined, null, 'empty string', 'foo'],
153+
mapping: {
154+
undefined: undefined,
155+
null: null,
156+
'empty string': '',
157+
'foo': 'foo',
158+
},
153159
control: { type: 'inline-radio' },
154160
},
155161
};

0 commit comments

Comments
 (0)