mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-13 12:50:51 +08:00
Tiny bug fix: change objectiveId in PlotEdfDark.stories
This commit is contained in:
@@ -19,7 +19,7 @@ const meta: Meta<typeof PlotEdf> = {
|
||||
<Story
|
||||
args={{
|
||||
studies: [study],
|
||||
objectiveId: 1,
|
||||
objectiveId: 0,
|
||||
}}
|
||||
/>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user