Skip to content

Commit ac2074d

Browse files
committed
chore: update stories
1 parent ed7aad2 commit ac2074d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/fields/ComboBox/ComboBox.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const meta = {
1212
component: ComboBox,
1313
subcomponents: { Item: ComboBox.Item, Section: ComboBox.Section },
1414
args: { width: '200px', label: 'Choose an option' },
15-
parameters: { controls: { exclude: baseProps } },
15+
parameters: { controls: { exclude: baseProps }, layout: 'centered' },
1616
argTypes: {
1717
/* Content */
1818
children: {

src/components/fields/FilterListBox/FilterListBox.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const meta: any = {
3434
controls: {
3535
exclude: baseProps,
3636
},
37-
layout: 'centered',
3837
},
3938
argTypes: {
4039
/* Content */

0 commit comments

Comments
 (0)