diff --git a/plugins/catalog/api-report-alpha.md b/plugins/catalog/api-report-alpha.md index 7c2f490939..57560ad6a0 100644 --- a/plugins/catalog/api-report-alpha.md +++ b/plugins/catalog/api-report-alpha.md @@ -120,8 +120,6 @@ export const catalogTranslationRef: TranslationRef< } >; -// Warning: (ae-unresolved-link) The @link reference could not be resolved: The package "@backstage/plugin-catalog" does not have an export "CatalogFilterExtensionBlueprint" -// // @alpha @deprecated (undocumented) export function createCatalogFilterExtension< TInputs extends AnyExtensionInputMap, diff --git a/plugins/catalog/src/alpha/createCatalogFilterExtension.tsx b/plugins/catalog/src/alpha/createCatalogFilterExtension.tsx index eb6d58f424..85d911ef3b 100644 --- a/plugins/catalog/src/alpha/createCatalogFilterExtension.tsx +++ b/plugins/catalog/src/alpha/createCatalogFilterExtension.tsx @@ -25,7 +25,7 @@ import { /** * @alpha - * @deprecated Use {@link CatalogFilterExtensionBlueprint} instead + * @deprecated Use {@link CatalogFilterBlueprint} instead */ export function createCatalogFilterExtension< TInputs extends AnyExtensionInputMap,