Fix a bug to reflect objective id changes

This commit is contained in:
c-bata
2021-01-13 13:13:11 +09:00
parent a3f6032a96
commit 34e7990393
@@ -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">