mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
fix(console): fix third-party app return link (#5280)
fix third-party app return link
This commit is contained in:
parent
67c5f613a5
commit
ea4c9afdb5
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function ApplicationDetails() {
|
|||
|
||||
return (
|
||||
<DetailsPage
|
||||
backLink="/applications"
|
||||
backLink={data?.isThirdParty ? '/applications/third-party-applications' : '/applications'}
|
||||
backLinkTitle="application_details.back_to_applications"
|
||||
isLoading={isLoading}
|
||||
error={requestError}
|
||||
|
|
Loading…
Reference in a new issue