Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Feb 11, 2021
1 parent cc27e9f commit eeed80f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ra-ui-materialui/src/form/SimpleFormIterator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import classNames from 'classnames';
import { FieldArrayRenderProps } from 'react-final-form-arrays';

import FormInput from './FormInput';
import { ClassesOverride } from '../types';

const useStyles = makeStyles(
theme => ({
Expand Down Expand Up @@ -319,7 +320,7 @@ export interface SimpleFormIteratorProps
extends Partial<Omit<FieldArrayRenderProps<any, HTMLElement>, 'meta'>> {
addButton?: ReactElement;
basePath?: string;
classes?: Partial<ReturnType<typeof useStyles>>;
classes?: ClassesOverride<typeof useStyles>;
className?: string;
defaultValue?: any;
disabled?: boolean;
Expand Down

0 comments on commit eeed80f

Please sign in to comment.