mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Fix typo
This commit is contained in:
@@ -62,7 +62,7 @@ export const GraphHistory: FC<{
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
plotHistoryMultiStudies(
|
||||
plotHistory(
|
||||
historyPlotInfos,
|
||||
selected,
|
||||
xAxis,
|
||||
@@ -70,7 +70,7 @@ export const GraphHistory: FC<{
|
||||
theme.palette.mode,
|
||||
markerSize
|
||||
)
|
||||
}, [studies, selected, logScale, xAxis, theme.palette.mode])
|
||||
}, [studies, selected, logScale, xAxis, theme.palette.mode, markerSize])
|
||||
|
||||
const handleObjectiveChange = (event: SelectChangeEvent<string>) => {
|
||||
setTarget(event.target.value)
|
||||
|
||||
Reference in New Issue
Block a user