From 1709bd952e4eaefeb7f841be6a6b811df15a3216 Mon Sep 17 00:00:00 2001 From: djamaile Date: Thu, 20 Oct 2022 10:21:17 +0200 Subject: [PATCH] chore: run api report command Signed-off-by: djamaile --- plugins/org-react/api-report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/org-react/api-report.md b/plugins/org-react/api-report.md index 587f5595aa..60cd6944d0 100644 --- a/plugins/org-react/api-report.md +++ b/plugins/org-react/api-report.md @@ -14,7 +14,6 @@ export const GroupListPicker: (props: GroupListPickerProps) => JSX.Element; export type GroupListPickerProps = { placeholder?: string; groupTypes?: Array; - initialGroup?: string | undefined; onChange: (value: GroupEntity | undefined) => void; };