mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -150,7 +150,7 @@ export const GraphHistory: FC<{
|
||||
defaultValue={5}
|
||||
marks={true}
|
||||
min={1}
|
||||
max={20}
|
||||
max={10}
|
||||
step={1}
|
||||
onChange={(e) => {
|
||||
// @ts-ignore
|
||||
@@ -289,7 +289,7 @@ export const GraphHistoryMultiStudies: FC<{
|
||||
defaultValue={5}
|
||||
marks={true}
|
||||
min={1}
|
||||
max={20}
|
||||
max={10}
|
||||
step={1}
|
||||
onChange={(e) => {
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user