mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): set username for storybook
This commit is contained in:
@@ -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 (
|
||||
<MainModalContent
|
||||
alertStore={alertStore}
|
||||
|
||||
Reference in New Issue
Block a user