mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Remove preventDefault
This commit is contained in:
@@ -61,7 +61,6 @@ export const GraphSlice: FC<{
|
||||
}
|
||||
|
||||
const handleLogYScaleChange = (e: ChangeEvent<HTMLInputElement>) => {
|
||||
e.preventDefault()
|
||||
setLogYScale(!logYScale)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user