Skip to content

Commit

Permalink
chore(filterable-select): disable snapshot for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
stripeyjumper committed Jan 25, 2024
1 parent 643bc46 commit 63baadb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -817,3 +817,7 @@ export const CustomFilterAndOptionStyle = () => {
</Box>
);
};

CustomFilterAndOptionStyle.parameters = {
chromatic: { disableSnapshot: true },
};

0 comments on commit 63baadb

Please sign in to comment.