diff --git a/optuna_dashboard/static/components/GraphHistory.tsx b/optuna_dashboard/static/components/GraphHistory.tsx index b691c660..40d03c36 100644 --- a/optuna_dashboard/static/components/GraphHistory.tsx +++ b/optuna_dashboard/static/components/GraphHistory.tsx @@ -70,7 +70,7 @@ export const GraphHistory: FC<{ filterPrunedTrial ) } - }, [study, logScale, xAxis, filterPrunedTrial, filterCompleteTrial]) + }, [study, objectiveId, logScale, xAxis, filterPrunedTrial, filterCompleteTrial]) return (