From 98e4f72f4c363b78bc896d353643c4a5d56cee19 Mon Sep 17 00:00:00 2001 From: c-bata Date: Sat, 31 Oct 2020 15:04:31 +0900 Subject: [PATCH] Update dialog message of study direction --- optuna_dashboard/static/components/StudyList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optuna_dashboard/static/components/StudyList.tsx b/optuna_dashboard/static/components/StudyList.tsx index 7814b29a..1bc76149 100644 --- a/optuna_dashboard/static/components/StudyList.tsx +++ b/optuna_dashboard/static/components/StudyList.tsx @@ -250,7 +250,7 @@ export const StudyList: FC<{}> = () => { color="primary" /> } - label="Set maximize direction" + label="Set maximize direction (default: minimize)" />