0
Fork 0
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:
simeng-li 2024-01-24 09:10:05 +08:00 committed by GitHub
parent 67c5f613a5
commit ea4c9afdb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}