From fb85e36f25d9b961064bb3adf8aca0b28cddea58 Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Wed, 11 Oct 2023 10:38:34 -0400 Subject: [PATCH] :bug: disable mode on them stories --- src/github/user/user.stories.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/github/user/user.stories.js b/src/github/user/user.stories.js index b36f43d..65bd353 100644 --- a/src/github/user/user.stories.js +++ b/src/github/user/user.stories.js @@ -189,12 +189,22 @@ export const Themes = { args: { ...ReposFetch.args, }, - render: themesRender + render: themesRender, + parameters: { + chromatic: { + modes: { disable: true }, + }, + }, } export const ThemesWithOverrides = { args: { ...FetchOverides.args, }, - render: themesRender + render: themesRender, + parameters: { + chromatic: { + modes: { disable: true }, + }, + }, } \ No newline at end of file