Skip to content

Commit

Permalink
chore(sb): 👷 update allow controls
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jun 29, 2022
1 parent cae0378 commit f78805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const createControls = (
const allowedControls = (options?.allow || []).reduce((cur, key) => {
return {
...cur,
[key]: { table: { disable: true } },
[key]: { table: { disable: false } },
};
}, {});

Expand Down

0 comments on commit f78805d

Please sign in to comment.