mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-17 12:30:35 +08:00
Apply linter
This commit is contained in:
@@ -13,7 +13,6 @@ import {
|
||||
IconButton,
|
||||
Menu,
|
||||
MenuItem,
|
||||
Button,
|
||||
Box,
|
||||
} from "@mui/material"
|
||||
import { styled } from "@mui/system"
|
||||
@@ -46,7 +45,7 @@ interface RowFilter {
|
||||
values: Value[]
|
||||
}
|
||||
|
||||
function PaginationTextFieldComponent<T>(props: {
|
||||
function PaginationTextFieldComponent(props: {
|
||||
onInputChange: (value: number) => void
|
||||
maxPageNumber: number
|
||||
}): React.ReactElement {
|
||||
|
||||
Reference in New Issue
Block a user