diff --git a/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx b/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx index ffa11cefeba..a327fcd01cb 100644 --- a/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx +++ b/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx @@ -9,7 +9,7 @@ import {type BundleDocument} from '../types' import {useBundleOperations} from '../useBundleOperations' import {useBundles} from '../useBundles' -const WithAddonDatasetProvider =

(Component: ComponentType

): React.FC

=> { +const withAddonDatasetProvider =

(Component: ComponentType

): React.FC

=> { const WrappedComponent: React.FC

= (props) => ( @@ -163,4 +163,4 @@ const BundlesStoreStory = () => { ) } -export default WithAddonDatasetProvider(BundlesStoreStory) +export default withAddonDatasetProvider(BundlesStoreStory)