We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca9574 commit c93fe93Copy full SHA for c93fe93
packages/ra-ui-materialui/src/field/ReferenceManyCount.tsx
@@ -105,7 +105,7 @@ const defaultOffline = <Offline variant="inline" />;
105
106
export interface ReferenceManyCountProps<RecordType extends RaRecord = RaRecord>
107
extends Omit<FieldProps<RecordType>, 'source'>,
108
- Omit<ReferenceManyCountBaseProps, 'source' | 'record'>,
+ Omit<ReferenceManyCountBaseProps, 'record'>,
109
Omit<TypographyProps, 'textAlign'> {
110
link?: boolean;
111
}
0 commit comments