diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index 1a94af6052..b660ceadb5 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -526,7 +526,7 @@ export type UnregisterEntityDialogProps = { // @public export function useAsyncEntity< TEntity extends Entity = Entity, ->(): EntityLoadingStatus; +>(): EntityLoadingStatus; // @public export function useEntity(): {