diff --git a/packages/react/src/components/AspectRatio/AspectRatio.stories.js b/packages/react/src/components/AspectRatio/AspectRatio.stories.js index 05fec5396137..c69be9d1ea2f 100644 --- a/packages/react/src/components/AspectRatio/AspectRatio.stories.js +++ b/packages/react/src/components/AspectRatio/AspectRatio.stories.js @@ -29,25 +29,23 @@ export default { }, }; -export const Default = { - render: ({ ratio, ...args }) => { - return ( - - - Content - - - Content - - - Content - - - Content - - - ); - }, +export const Default = (args) => { + return ( + + + Content + + + Content + + + Content + + + Content + + + ); }; Default.argTypes = { @@ -65,5 +63,8 @@ Default.argTypes = { type: 'select', }, options: ['16x9', '9x16', '2x1', '1x2', '4x3', '3x4', '1x1'], + table: { + category: 'AspectRatio', + }, }, }; diff --git a/packages/react/src/components/DataTable/DataTable.mdx b/packages/react/src/components/DataTable/DataTable.mdx index e4f2af5fed99..0fe291de1722 100644 --- a/packages/react/src/components/DataTable/DataTable.mdx +++ b/packages/react/src/components/DataTable/DataTable.mdx @@ -8,9 +8,6 @@ import { TableBody, } from '../DataTable'; -import * as DataTableBasicStories from './stories/DataTable-basic.stories'; -import { stackblitzPrefillConfig } from '../../../previewer/codePreviewer'; - # DataTable @@ -21,15 +18,7 @@ import { stackblitzPrefillConfig } from '../../../previewer/codePreviewer';  |  [Accessibility](https://www.carbondesignsystem.com/components/data-table/accessibility) - stackblitzPrefillConfig(DataTableBasicStories.Default), - }, - ]} -/> + {/* */}