Skip to content

Commit f2e79a5

Browse files
remove unneeded decorator
1 parent 2e3c5f4 commit f2e79a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storybook/.storybook/preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ try {
2323
darkLogo = undefined;
2424
}
2525

26-
export const decorators = [withKnobs, withPropsTable, jsxDecorator];
26+
export const decorators = [withPropsTable, jsxDecorator];
2727

2828
const brand = {
2929
brandTitle: MONOREPO_NAME + ' Storybook',

0 commit comments

Comments
 (0)