Skip to content

Commit

Permalink
feat(SLB-226): attempt to warn rather thanfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop authored and luqmaanessop committed Jun 7, 2024
1 parent 0cb1d48 commit 779bab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export const parameters = {
{
// Setting the enabled option to false will disable checks for this particular rule on all stories.
id: 'color-contrast',
enabled: false,
// reviewOnFail: true,
reviewOnFail: true,
// enabled: false,
},
],
},
Expand Down

0 comments on commit 779bab2

Please sign in to comment.