Skip to content

Commit a2d1cd5

Browse files
committed
Update demo.stories.tsx
1 parent fe9117c commit a2d1cd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/src/components/FilterBar/demo.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ export default {
108108
parameters: {
109109
subcomponents: { FilterGroupItem }
110110
},
111+
argTypes: {
112+
search: { type: null },
113+
variants: { type: null }
114+
},
111115
args: {
112116
useToolbar: true,
113117
filterBarExpanded: true,

0 commit comments

Comments
 (0)