register-component: Remove link to catalog item on validation popup (#3359)
* Remove catalog link on validate popup * Add changeset
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-register-component': patch
|
||||
---
|
||||
|
||||
Remove catalog link on validate popup
|
||||
+3
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user