Skip to content

Commit

Permalink
Merge pull request #10339 from strapi/fix/10328
Browse files Browse the repository at this point in the history
Fixes #10328
  • Loading branch information
soupette committed May 19, 2021
2 parents 4c844a7 + bdfd531 commit 04ad9bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const Content = ({ appLocales, currentLocale, localizations, readPermissions })
isSearchable={false}
defaultValue={options[0]}
onChange={handleChange}
options={options}
styles={{
...styles,
control: (base, state) => ({
Expand Down

0 comments on commit 04ad9bd

Please sign in to comment.