mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-13 12:50:51 +08:00
Merge pull request #699 from Alnusjaponica/make-order-consistent
Make studyDetail page order consistent
This commit is contained in:
@@ -145,6 +145,8 @@ export const StudyDetail: FC<{
|
||||
</Grid2>
|
||||
</Box>
|
||||
)
|
||||
} else if (page === "trialList") {
|
||||
content = <TrialList studyDetail={studyDetail} />
|
||||
} else if (page === "trialTable") {
|
||||
content = (
|
||||
<Card sx={{ margin: theme.spacing(2) }}>
|
||||
@@ -153,8 +155,6 @@ export const StudyDetail: FC<{
|
||||
</CardContent>
|
||||
</Card>
|
||||
)
|
||||
} else if (page === "trialList") {
|
||||
content = <TrialList studyDetail={studyDetail} />
|
||||
} else if (page === "note" && studyDetail !== null) {
|
||||
content = (
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user