Update .changeset/calm-pianos-burn.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Bogdan Nechyporenko <bogdannechiporenko@gmail.com>
This commit is contained in:
Bogdan Nechyporenko
2022-09-29 14:39:48 +02:00
committed by GitHub
parent c59e05111b
commit 94431456d4
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-react': patch
---
Provide custom displayed text in EntityRefLinks
Added two new `EntityRefLinks` props, the first being `getTitle` that allows for customization of the title used for each link. The second one is `fetchEntities`, which triggers a fetching of all entities so that the full entity definition is available in the `getTitle` callback.