Skip to content

Commit 7772a55

Browse files
authored
fix: enable addons menu by default
1 parent 10cfe80 commit 7772a55

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/stories/Info.stories.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import README from '../../README.md';
66

77
export default {
88
title: 'Common',
9-
parameters: {
10-
options: {
11-
showPanel: false,
12-
},
13-
},
149
} as Meta;
1510

1611
export const Changelog: Story = () => (

src/stories/Pages.stories.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ import INDENTS from './INDENTS.md';
1010
export default {
1111
title: 'Information',
1212
parameters: {
13-
options: {
14-
showPanel: false,
15-
},
1613
previewTabs: {
1714
'storybook/docs/panel': {
1815
hidden: true,

0 commit comments

Comments
 (0)