mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
fix(ui): fix storybook stories
This commit is contained in:
committed by
Łukasz Mierzwa
parent
8febb0241c
commit
369a855f50
@@ -6,7 +6,7 @@ import fetchMock from "fetch-mock";
|
||||
|
||||
import { AlertStore } from "Stores/AlertStore";
|
||||
import { Settings } from "Stores/Settings";
|
||||
import { MainModalContent, TabNames } from "./MainModalContent";
|
||||
import { MainModalContent } from "./MainModalContent";
|
||||
|
||||
import "Styles/Percy.scss";
|
||||
|
||||
@@ -55,7 +55,7 @@ storiesOf("MainModal", module)
|
||||
settingsStore={settingsStore}
|
||||
onHide={() => {}}
|
||||
isVisible={true}
|
||||
openTab={TabNames.Help}
|
||||
openTab={"help"}
|
||||
expandAllOptions={true}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user