Fix scaffolder catalog link (#2471)

This was incorrectly linking to a relative path which ended up being
something like `/create/docs-template/Component/my-component`.
This commit is contained in:
David Tuite
2020-09-15 14:00:23 +01:00
committed by GitHub
parent 0597211af1
commit 57ae0825d8
@@ -72,7 +72,7 @@ export const JobStatusModal = ({
{entity && (
<DialogActions>
<Button
to={generatePath(entityRoute.path, {
to={generatePath(`/catalog/${entityRoute.path}`, {
kind: entity.kind,
optionalNamespaceAndName: [
entity.metadata.namespace,