Skip to content

Commit 01da678

Browse files
committed
Link to external-id for resource
1 parent abef459 commit 01da678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/resource/ResourceTitle.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export default function ResourceTitle({
1717
grandParentTo="/resource/"
1818
parentTitle={startCase(resourceType)}
1919
parentTo={`/resource/${resourceType}/`}
20+
entityId={resourceId}
21+
entityType={`resource/${resourceType}`}
2022
title={resourceId}
2123
onRefresh={onRefresh}
2224
openCode={openCode}

0 commit comments

Comments
 (0)