register-component: Remove link to catalog item on validation popup (#3359)

* Remove catalog link on validate popup

* Add changeset
This commit is contained in:
Adam Harvey
2020-11-20 03:28:19 -05:00
committed by GitHub
parent d39ef4ecf5
commit 2a71f4babc
2 changed files with 8 additions and 1 deletions
@@ -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>