Skip to content

Commit c93fe93

Browse files
committed
Fix build
1 parent 8ca9574 commit c93fe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const defaultOffline = <Offline variant="inline" />;
105105

106106
export interface ReferenceManyCountProps<RecordType extends RaRecord = RaRecord>
107107
extends Omit<FieldProps<RecordType>, 'source'>,
108-
Omit<ReferenceManyCountBaseProps, 'source' | 'record'>,
108+
Omit<ReferenceManyCountBaseProps, 'record'>,
109109
Omit<TypographyProps, 'textAlign'> {
110110
link?: boolean;
111111
}

0 commit comments

Comments
 (0)