From d25cedcc1e60efce3cfdf01cdb4ad3d6f0a3be2b Mon Sep 17 00:00:00 2001 From: Matteo Barone Date: Tue, 22 Jun 2021 09:38:11 +0200 Subject: [PATCH] updated changeset Signed-off-by: Matteo Barone --- .changeset/sour-donuts-tickle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sour-donuts-tickle.md b/.changeset/sour-donuts-tickle.md index a8035263eb..5cc3323662 100644 --- a/.changeset/sour-donuts-tickle.md +++ b/.changeset/sour-donuts-tickle.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog': patch --- -Add possibility to customize actions in CatalogTable +Adds an optional `actions` prop to `CatalogTable` and `CatalogPage` to support supplying custom actions for each entity row in the table. This uses the default actions if not provided.