mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Fix lint
This commit is contained in:
@@ -360,8 +360,7 @@ export const TrialTable: FC<{
|
||||
}
|
||||
inputProps={{
|
||||
inputMode: "numeric",
|
||||
pattern:
|
||||
"[-+]?[0-9]*.?[0-9]+([eE][-+]?[0-9]+)?",
|
||||
pattern: "[-+]?[0-9]*.?[0-9]+([eE][-+]?[0-9]+)?",
|
||||
title: "Please input a float number",
|
||||
}}
|
||||
inputRef={ref}
|
||||
|
||||
Reference in New Issue
Block a user