Skip to content

Commit ff5fd3f

Browse files
committed
exclude exported inner component from stories
1 parent 1607b9c commit ff5fd3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ import { ReferenceField, TextField, TranslatableFields } from '../../field';
2929
import { Labeled } from '../../Labeled';
3030
import { useFormContext, useWatch } from 'react-hook-form';
3131

32-
export default { title: 'ra-ui-materialui/input/ArrayInput' };
32+
export default {
33+
title: 'ra-ui-materialui/input/ArrayInput',
34+
excludeStories: ['ConditionalArrayInputValidationContent'],
35+
};
3336

3437
const dataProvider = {
3538
getOne: () =>

0 commit comments

Comments
 (0)