1
0
Fork 0

🐛 Fixed issue in langauge picker

This commit is contained in:
Joost De Cock 2019-05-10 09:47:51 +02:00
parent fed77b737b
commit f849934cea

View file

@ -28,7 +28,7 @@ const DraftSettingLanguage = props => {
onChange={update}
label={"po-list-" + props.name}
updateValue={update}
list={languages[props.intl.locale]}
list={languages}
/>
);