Skip to content

Commit 8ca9574

Browse files
committed
Avoid redefining the source prop
1 parent e8764c6 commit 8ca9574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ra-ui-materialui/src/field/ReferenceManyCount.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ export interface ReferenceManyCountProps<RecordType extends RaRecord = RaRecord>
107107
extends Omit<FieldProps<RecordType>, 'source'>,
108108
Omit<ReferenceManyCountBaseProps, 'source' | 'record'>,
109109
Omit<TypographyProps, 'textAlign'> {
110-
source?: string;
111110
link?: boolean;
112111
}
113112

0 commit comments

Comments
 (0)