From 8e1674d94c53ee72ce05e41516c056d985d55d9d Mon Sep 17 00:00:00 2001 From: David An Date: Tue, 28 Mar 2023 14:08:57 -0600 Subject: [PATCH] update namespace picker api report Signed-off-by: David An --- plugins/catalog-react/api-report.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index 829a4b7fb6..0e69bca58c 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -244,9 +244,7 @@ export class EntityNamespaceFilter implements EntityFilter { } // @public (undocumented) -export const EntityNamespacePicker: (props: { - initialFilter?: string[]; -}) => JSX.Element | null; +export const EntityNamespacePicker: () => JSX.Element; // @public export class EntityOrphanFilter implements EntityFilter {