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.