Skip to content

Commit 6f820a6

Browse files
committed
Cleanup stories paths
1 parent 47dd9bb commit 6f820a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ra-core/src/controller/field/useReferenceArrayFieldController.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ export const Basic = ({ children = defaultRenderProp }) => (
9595
);
9696

9797
export default {
98-
title: 'ra-core/controller/useReferenceArrayFieldController',
98+
title: 'ra-core/controller/field/useReferenceArrayFieldController',
9999
};

packages/ra-core/src/controller/field/useReferenceManyFieldController.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ export const Basic = ({
110110
);
111111

112112
export default {
113-
title: 'ra-core/controller/useReferenceManyFieldController',
113+
title: 'ra-core/controller/field/useReferenceManyFieldController',
114114
excludeStories: ['defaultDataProvider'],
115115
};

0 commit comments

Comments
 (0)