Skip to content

Commit

Permalink
fix: not use PATH to external link (#7496) (#7497)
Browse files Browse the repository at this point in the history
Co-authored-by: 青湛 <0x1304570@gmail.com>
  • Loading branch information
github-actions[bot] and mintsweet committed May 22, 2024
1 parent 2bfc400 commit 0e5d9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-ui/src/routes/blueprint/connection-detail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const BlueprintConnectionDetailPage = () => {
<S.Top>
<span>
To manage the complete data scope and scope config for this connection, please{' '}
<ExternalLink link={`/connections/${connection.plugin}/${connection.id}`}>
<ExternalLink link={PATHS.CONNECTION(connection.plugin, connection.id)}>
go to the connection detail page
</ExternalLink>
.
Expand Down

0 comments on commit 0e5d9a4

Please sign in to comment.