mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Fix a bug to reflect objective id changes
This commit is contained in:
@@ -70,7 +70,7 @@ export const GraphHistory: FC<{
|
||||
filterPrunedTrial
|
||||
)
|
||||
}
|
||||
}, [study, logScale, xAxis, filterPrunedTrial, filterCompleteTrial])
|
||||
}, [study, objectiveId, logScale, xAxis, filterPrunedTrial, filterCompleteTrial])
|
||||
|
||||
return (
|
||||
<Grid container direction="row">
|
||||
|
||||
Reference in New Issue
Block a user