Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Oct 25, 2022
1 parent 6a298cb commit 65f940f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/ra-ui-materialui/src/input/AutocompleteInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -538,11 +538,7 @@ If you provided a React element for the optionText prop, you must also provide t
label={label}
source={source}
resource={resourceProp}
isRequired={
typeof isRequiredOverride !== 'undefined'
? isRequiredOverride
: isRequired
}
isRequired={isRequired}
/>
}
error={
Expand Down

0 comments on commit 65f940f

Please sign in to comment.