We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cfe80 commit 7772a55Copy full SHA for 7772a55
src/stories/Info.stories.tsx
@@ -6,11 +6,6 @@ import README from '../../README.md';
6
7
export default {
8
title: 'Common',
9
- parameters: {
10
- options: {
11
- showPanel: false,
12
- },
13
14
} as Meta;
15
16
export const Changelog: Story = () => (
src/stories/Pages.stories.tsx
@@ -10,9 +10,6 @@ import INDENTS from './INDENTS.md';
title: 'Information',
parameters: {
previewTabs: {
17
'storybook/docs/panel': {
18
hidden: true,
0 commit comments