Skip to content

Commit

Permalink
Merge pull request #4561 from yelworc/fix-SelectArrayInput-alwaysOn-w…
Browse files Browse the repository at this point in the history
…arning

Fix warning in SelectArrayInput when alwaysOn is true
  • Loading branch information
djhi authored Mar 20, 2020
2 parents e642dac + fbe69af commit 7fa2e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/input/SelectArrayInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { FormControlProps } from '@material-ui/core/FormControl';
const sanitizeRestProps = ({
addLabel,
allowEmpty,
alwaysOn,
basePath,
choices,
classNamInputWithOptionsPropse,
Expand Down

0 comments on commit 7fa2e32

Please sign in to comment.