Skip to content

Commit df3d2f7

Browse files
committed
feat: remove autodocs
most apps will be using stories to check visual regressions for their app and not a component. no need docs
1 parent 754ae2a commit df3d2f7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.storybook/preview.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,4 @@ export const decorators: Decorator[] = [
199199
MockDateDecorator,
200200
]
201201

202-
export const tags = ['autodocs']
203-
204202
export const loaders: Loader[] = [mswLoader]

src/stories/Page/SgidSelectProfilePage.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const meta: Meta<typeof SelectProfilePage> = {
1212
handlers: [authSgidHandlers.listStoredProfiles.returnSingleProfile()],
1313
},
1414
},
15-
tags: ['!autodocs'],
1615
}
1716

1817
export default meta

0 commit comments

Comments
 (0)