mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Slightly improve StudyList
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
Box,
|
||||
Typography,
|
||||
useTheme,
|
||||
ListItem,
|
||||
IconButton,
|
||||
} from "@mui/material"
|
||||
import Grid2 from "@mui/material/Unstable_Grid2"
|
||||
@@ -32,7 +31,6 @@ import { GraphHyperparameterImportanceBeta } from "./GraphHyperparameterImportan
|
||||
import { GraphSlice } from "./GraphSlice"
|
||||
import { GraphParetoFront } from "./GraphParetoFront"
|
||||
import { DataGrid, DataGridColumn } from "./DataGrid"
|
||||
import List from "@mui/material/List"
|
||||
import { GraphIntermediateValues } from "./GraphIntermediateValues"
|
||||
|
||||
interface ParamTypes {
|
||||
|
||||
@@ -178,7 +178,7 @@ export const StudyListBeta: FC<{
|
||||
>
|
||||
<CardContent>
|
||||
<Typography variant="h5">
|
||||
{study.study_id} {study.study_name}
|
||||
{study.study_id}. {study.study_name}
|
||||
</Typography>
|
||||
<Typography
|
||||
variant="subtitle1"
|
||||
|
||||
Reference in New Issue
Block a user