Skip to content

Commit d58f76e

Browse files
authored
Storybook: remove autodocs (#429)
1 parent 874f8d0 commit d58f76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.storybook/preview.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// https://storybook.js.org/docs/react/writing-stories/parameters#global-parameters
22
export const parameters = {
33
// https://storybook.js.org/docs/react/essentials/actions#automatically-matching-args
4-
actions: { argTypesRegex: '^on.*' },
4+
actions: { argTypesRegex: '^on.*' }
55
};
6-
export const tags = ["autodocs"];
6+
export const tags = [];

0 commit comments

Comments
 (0)