From f86bba8fb825316086c08b0f538e48e4795ecf64 Mon Sep 17 00:00:00 2001 From: Shailendra Ahir Date: Thu, 31 Mar 2022 20:50:28 +0530 Subject: [PATCH] #10453 Updated api-report.md Signed-off-by: Shailendra Ahir --- plugins/catalog/api-report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog/api-report.md b/plugins/catalog/api-report.md index d28cd13f95..d1e733a553 100644 --- a/plugins/catalog/api-report.md +++ b/plugins/catalog/api-report.md @@ -139,7 +139,7 @@ export interface CatalogTableProps { // (undocumented) columns?: TableColumn[]; // (undocumented) - options?: TableProps['options']; + tableOptions?: TableProps['options']; } // @public (undocumented) @@ -167,7 +167,7 @@ export interface DefaultCatalogPageProps { // (undocumented) initiallySelectedFilter?: UserListFilterKind; // (undocumented) - options?: TableProps['options']; + tableOptions?: TableProps['options']; } // @public