From e0752b59dfa43fbd9c5d646707e2241b953ba2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 22 Feb 2020 16:38:43 +0000 Subject: [PATCH] fix(ci): set username for storybook --- ui/src/Components/MainModal/index.stories.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/src/Components/MainModal/index.stories.js b/ui/src/Components/MainModal/index.stories.js index 8ed56ab89..329bc73ac 100644 --- a/ui/src/Components/MainModal/index.stories.js +++ b/ui/src/Components/MainModal/index.stories.js @@ -19,6 +19,9 @@ storiesOf("MainModal", module) .add("Configuration", () => { const alertStore = new AlertStore([]); const settingsStore = new Settings(); + + alertStore.info.authentication.enabled = true; + alertStore.info.authentication.username = "me@example.com"; return (