From 23c60ccd6d814bdec5ec119d749860baffc875c1 Mon Sep 17 00:00:00 2001 From: Crevil Date: Sat, 1 Oct 2022 09:03:31 +0200 Subject: [PATCH] Update change note Signed-off-by: Crevil --- .changeset/calm-moose-fetch.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.changeset/calm-moose-fetch.md b/.changeset/calm-moose-fetch.md index 29d581bf23..96a364c801 100644 --- a/.changeset/calm-moose-fetch.md +++ b/.changeset/calm-moose-fetch.md @@ -3,6 +3,4 @@ '@backstage/plugin-catalog': patch --- -Implement `EntityKindPicker` which allows users to filter the catalog kinds much like the `CatalogKindHeader`. - -The new picker is more accessible though listed as any other filter options in the catalog. +Implemented the visual parts of `EntityKindPicker` so that it can be shown alongside the other filters on the left side of your catalog pages.