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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user