Skip to content

Commit

Permalink
fix: change locale select renderValue prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Feb 21, 2024
1 parent 16bc5c7 commit c52778f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/components/change-locale/change-locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function ChangeLocale({ change_locale, locale }) {
value={locale}
variant='outlined'
onChange={(event) => change_locale(event.target.value)}
native={false}
renderValue={(selected) => (
<>
<TranslateIcon
Expand Down

0 comments on commit c52778f

Please sign in to comment.