Skip to content

Commit

Permalink
register-component: Remove link to catalog item on validation popup (#…
Browse files Browse the repository at this point in the history
…3359)

* Remove catalog link on validate popup

* Add changeset
  • Loading branch information
adamdmharvey committed Nov 20, 2020
1 parent d39ef4e commit 2a71f4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-kids-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/plugin-register-component': patch
---

Remove catalog link on validate popup
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ export const RegisterComponentResultDialog = ({
metadata={{
name: entity.metadata.name,
type: entity.spec.type,
link: (
link: dryRun ? (
entityPath
) : (
<Link component={RouterLink} to={entityPath}>
{entityPath}
</Link>
Expand Down

0 comments on commit 2a71f4b

Please sign in to comment.