mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Merge pull request #352 from c-bata/trial-table-details-link
Fix the link to trial detail page
This commit is contained in:
@@ -218,7 +218,7 @@ export const TrialTable: FC<{
|
||||
component={Link}
|
||||
to={
|
||||
URL_PREFIX +
|
||||
`/studies/${trials[i].study_id}/trials/${trials[i].number}`
|
||||
`/studies/${trials[i].study_id}/trials?numbers=${trials[i].number}`
|
||||
}
|
||||
color="inherit"
|
||||
title="Go to the trial's detail page"
|
||||
|
||||
Reference in New Issue
Block a user