Skip to content

Commit 1c55e14

Browse files
docs(table): adds missing stories to sidebar
- summary and selected, thumbnails collapsible, section header quiet
1 parent d70f239 commit 1c55e14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/table/stories/table.stories.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ SummaryAndSelected.args = {
289289
},
290290
],
291291
};
292-
SummaryAndSelected.tags = ["!dev"];
293292
SummaryAndSelected.storyName = "Summary and selected";
294293
SummaryAndSelected.parameters = {
295294
chromatic: { disableSnapshot: true },
@@ -336,7 +335,6 @@ SectionHeaderQuiet.args = {
336335
...SectionHeader.args,
337336
isQuiet: true,
338337
};
339-
SectionHeaderQuiet.tags = ["!dev"];
340338
SectionHeaderQuiet.storyName = "Section header: quiet";
341339
SectionHeaderQuiet.parameters = {
342340
chromatic: { disableSnapshot: true },
@@ -611,7 +609,6 @@ ThumbnailsCollapsible.args = {
611609
},
612610
],
613611
};
614-
ThumbnailsCollapsible.tags = ["!dev"];
615612
ThumbnailsCollapsible.storyName = "Thumbnails: collapsible";
616613
ThumbnailsCollapsible.parameters = {
617614
chromatic: { disableSnapshot: true },

0 commit comments

Comments
 (0)