Skip to content

Commit

Permalink
Fix TypeScript error
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Aug 28, 2019
1 parent e670a45 commit 485e167
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ra-ui-materialui/src/input/SelectArrayInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const SelectArrayInput: FunctionComponent<
variant={variant}
{...sanitizeRestProps(rest)}
>
<InputLabel htmlFor={id} margin={margin} shrink variant={variant}>
<InputLabel htmlFor={id} shrink variant={variant}>
<FieldTitle
label={label}
source={source}
Expand Down Expand Up @@ -246,7 +246,6 @@ const SelectArrayInput: FunctionComponent<
</div>
)}
data-testid="selectArray"
margin={margin}
variant={variant}
{...input}
value={input.value || []}
Expand Down

0 comments on commit 485e167

Please sign in to comment.