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 (