Update plugins/catalog/src/components/CatalogKindHeader/CatalogKindHeader.tsx

Co-authored-by: Johan Haals <johan@haals.se>
Signed-off-by: Luca Hüttner <luca.huettner@gmail.com>
This commit is contained in:
Luca Hüttner
2022-12-01 15:23:04 +01:00
committed by GitHub
parent 2e6d0a9558
commit 7bd22049aa
@@ -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;