mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-21 13:10:53 +08:00
Run prettier
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
TextField,
|
||||
CardActions,
|
||||
} from "@mui/material"
|
||||
import MuiLink from '@mui/material/Link';
|
||||
import MuiLink from "@mui/material/Link"
|
||||
import { Delete, Refresh, Search } from "@mui/icons-material"
|
||||
import SortIcon from "@mui/icons-material/Sort"
|
||||
import HomeIcon from "@mui/icons-material/Home"
|
||||
@@ -115,14 +115,16 @@ export const StudyListBeta: FC<{
|
||||
},
|
||||
}}
|
||||
>
|
||||
<Card sx={{ margin: theme.spacing(2)}}>
|
||||
<Card sx={{ margin: theme.spacing(2) }}>
|
||||
<CardContent>
|
||||
<Typography>
|
||||
{`Thank you for testing the new UI! we would appreciate it if you could send us the feedback via `}
|
||||
<MuiLink
|
||||
target="_blank"
|
||||
href="https://github.com/optuna/optuna-dashboard/discussions/332"
|
||||
>this post</MuiLink>
|
||||
target="_blank"
|
||||
href="https://github.com/optuna/optuna-dashboard/discussions/332"
|
||||
>
|
||||
this post
|
||||
</MuiLink>
|
||||
{" on GitHub Discussions."}
|
||||
</Typography>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user