Skip to content

Commit 58eef27

Browse files
committed
fix: data table recursive issue with expanding rows
1 parent e66b259 commit 58eef27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CvDataTable/CvDataTable.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ when no items were select, please now use the new property `stickyBatchActive`.
284284
<Story
285285
name="Expanding rows"
286286
parameters={{
287-
controls: { include: [ "helperText", "title"] },
287+
controls: { include: [ "helperText", "title", "hasExpandAll"] },
288288
docs: { source: { code: storySourceCode(expandingRowsTemplate, Template.args) } },
289289
}}
290290
args={{

0 commit comments

Comments
 (0)