diff --git a/packages/core/types/Config.tsx b/packages/core/types/Config.tsx index dddc8e4d54..1d8a93b08a 100644 --- a/packages/core/types/Config.tsx +++ b/packages/core/types/Config.tsx @@ -97,7 +97,7 @@ export type ExternalField< }) => Promise; mapProp?: (value: any) => Props; mapRow?: (value: any) => Record; - getItemSummary: (item: Props, index?: number) => string; + getItemSummary?: (item: Props, index?: number) => string; showSearch?: boolean; initialQuery?: string; filterFields?: Record;