From d3b8d08bb435d0720d154ef4d490ff891faaf661 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Wed, 29 Mar 2023 17:38:22 -0400 Subject: [PATCH] Update API report. Signed-off-by: Aramis Sennyey --- plugins/catalog-react/api-report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index 9b318ec116..72b654527b 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -242,7 +242,6 @@ export class EntityOwnerFilter implements EntityFilter { constructor(values: string[]); // (undocumented) filterEntity(entity: Entity): boolean; - // (undocumented) toQueryValue(): string[]; // (undocumented) readonly values: string[];