diff --git a/components/table/interface.ts b/components/table/interface.ts index 1784ecf21c..fe56d51334 100644 --- a/components/table/interface.ts +++ b/components/table/interface.ts @@ -60,7 +60,7 @@ export type ColumnProps = Partial> & { filterIcon?: string; filterDropdown?: string; customRender?: string; - [key: string]: string; + [key: string]: string | undefined; }; };