Skip to content

Commit ad0b4af

Browse files
committed
remoce useless default param
1 parent 51f74be commit ad0b4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ra-ui-materialui/src/input/FileInputPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const FileInputPreview = (props: FileInputPreviewProps) => {
1212
children,
1313
className,
1414
onRemove,
15-
file = undefined,
15+
file,
1616
removeIcon: RemoveIcon = RemoveCircle,
1717
...rest
1818
} = props;

0 commit comments

Comments
 (0)