Tiny bug fix: change objectiveId in PlotEdfDark.stories

This commit is contained in:
porink0424
2024-06-19 12:15:40 +09:00
parent ceb5d8d8d8
commit aa6a6b24d1
@@ -19,7 +19,7 @@ const meta: Meta<typeof PlotEdf> = {
<Story
args={{
studies: [study],
objectiveId: 1,
objectiveId: 0,
}}
/>
</ThemeProvider>