register-component: Remove link to catalog item on validation popup (#3359)
* Remove catalog link on validate popup * Add changeset
This commit is contained in:
+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