From 7bd22049aae0d1ee5a7a16c16359befe6fbf0797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20H=C3=BCttner?= Date: Thu, 1 Dec 2022 15:23:04 +0100 Subject: [PATCH] Update plugins/catalog/src/components/CatalogKindHeader/CatalogKindHeader.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johan Haals Signed-off-by: Luca Hüttner --- .../src/components/CatalogKindHeader/CatalogKindHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/CatalogKindHeader/CatalogKindHeader.tsx b/plugins/catalog/src/components/CatalogKindHeader/CatalogKindHeader.tsx index 61a3c6fb4f..2f7cb6dfd9 100644 --- a/plugins/catalog/src/components/CatalogKindHeader/CatalogKindHeader.tsx +++ b/plugins/catalog/src/components/CatalogKindHeader/CatalogKindHeader.tsx @@ -61,7 +61,7 @@ export interface CatalogKindHeaderProps { /** * @public - * @deprecated Might be removed in a future release. +* @deprecated This component has been deprecated in favour of the EntityKindPicker in the list of filters. If you wish to keep this component long term make sure to raise an issue at github.com/backstage/backstage */ export function CatalogKindHeader(props: CatalogKindHeaderProps) { const { initialFilter = 'component', allowedKinds } = props;