Skip to content

Commit

Permalink
Fix missing FileDropZone visual regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Feb 12, 2024
1 parent a374c20 commit 5fc1e8b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ export const AllExamplesGrid: StoryFn<typeof FileDropZone> = () => {
</AllRenderer>
);
};

AllExamplesGrid.parameters = {
chromatic: { disableSnapshot: false },
};

0 comments on commit 5fc1e8b

Please sign in to comment.