From 194013944ad099a43767ccb0e1d174e8127b22f0 Mon Sep 17 00:00:00 2001 From: sblausten Date: Fri, 17 Mar 2023 15:48:19 +0100 Subject: [PATCH] Update api report Signed-off-by: sblausten --- plugins/explore/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/explore/api-report.md b/plugins/explore/api-report.md index 27748aa8c5..70ad479841 100644 --- a/plugins/explore/api-report.md +++ b/plugins/explore/api-report.md @@ -34,7 +34,7 @@ export const catalogEntityRouteRef: ExternalRouteRef< // @public (undocumented) export const CatalogKindExploreContent: (props: { - tabTitle?: string; + title?: string; kind: string; }) => JSX.Element;