From 34e7990393dcce9c685b09bc8271ca58f7d9978d Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 13 Jan 2021 13:13:06 +0900 Subject: [PATCH] Fix a bug to reflect objective id changes --- optuna_dashboard/static/components/GraphHistory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (