From 6ed51204ff27d95cdbbac9862ad5a959aa2a1207 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 2 Mar 2022 11:32:45 +0100 Subject: [PATCH] chore: woops - api-report needed update Signed-off-by: blam --- plugins/catalog-react/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): {