Skip to content

Commit 532ad88

Browse files
authored
reverted a visual test
1 parent 452b8ef commit 532ad88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lib/src/data-grid/DataGrid.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ const DataGrid = () => {
663663
<>
664664
<ExampleContainer>
665665
<Title title="Default" theme="light" level={4} />
666-
<DxcDataGrid columns={columns} rows={expandableRows} uniqueRowId="id" expandable />
666+
<DxcDataGrid columns={columns} rows={expandableRows} uniqueRowId="id" />
667667
</ExampleContainer>
668668
<ExampleContainer>
669669
<Title title="Expandable" theme="light" level={4} />

0 commit comments

Comments
 (0)