Skip to content

Commit

Permalink
Add missing props types
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Mar 12, 2021
1 parent 33a1f06 commit 70dd18e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface ReferenceArrayInputProps extends InputProps {
label?: string;
reference: string;
resource?: string;
enableGetChoices?: (filters: any) => boolean;
[key: string]: any;
}

Expand Down

0 comments on commit 70dd18e

Please sign in to comment.