We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452b8ef commit 532ad88Copy full SHA for 532ad88
1 file changed
packages/lib/src/data-grid/DataGrid.stories.tsx
@@ -663,7 +663,7 @@ const DataGrid = () => {
663
<>
664
<ExampleContainer>
665
<Title title="Default" theme="light" level={4} />
666
- <DxcDataGrid columns={columns} rows={expandableRows} uniqueRowId="id" expandable />
+ <DxcDataGrid columns={columns} rows={expandableRows} uniqueRowId="id" />
667
</ExampleContainer>
668
669
<Title title="Expandable" theme="light" level={4} />
0 commit comments