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.
source
1 parent e8764c6 commit 8ca9574Copy full SHA for 8ca9574
1 file changed
packages/ra-ui-materialui/src/field/ReferenceManyCount.tsx
@@ -107,7 +107,6 @@ export interface ReferenceManyCountProps<RecordType extends RaRecord = RaRecord>
107
extends Omit<FieldProps<RecordType>, 'source'>,
108
Omit<ReferenceManyCountBaseProps, 'source' | 'record'>,
109
Omit<TypographyProps, 'textAlign'> {
110
- source?: string;
111
link?: boolean;
112
}
113
0 commit comments