This commit is contained in:
keisuke-umezawa
2024-08-21 13:37:20 +09:00
parent 6498a55f01
commit 8bba0d2f70
@@ -14,13 +14,12 @@ const meta: Meta<typeof PlotParallelCoordinate> = {
(Story, storyContext) => {
const { study } = useMockStudy(storyContext.parameters?.studyId)
if (!study) return <p>loading...</p>
const studies = [study]
return (
<ThemeProvider theme={storyContext.parameters?.theme}>
<CssBaseline />
<Story
args={{
studies,
study,
}}
/>
</ThemeProvider>