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; };