fixes for FilterBar.tsx ONLY

This commit is contained in:
2026-06-07 15:35:13 +05:30
parent 4a8ed46c70
commit 4f043f05ab
5 changed files with 50 additions and 62 deletions

View File

@@ -52,6 +52,8 @@ export type FieldComponents = Partial<Record<FieldType, FieldComponent>> & {
relation?: FieldComponent;
image?: FieldComponent;
default?: FieldComponent;
FormField?: React.ComponentType<any>;
GenericForm?: React.ComponentType<any>;
};
export interface CellRendererProps {