This commit is contained in:
JimmFly
2022-09-01 17:38:48 +08:00
parent 5e767e187f
commit e737c86692
@@ -49,7 +49,7 @@ export const SettingsList = () => {
{item.key === 'Language' ? (
<div style={{ marginLeft: '12em' }}>
<Select
defaultValue={opetion[0].value}
defaultValue={options[0].value}
onChange={changeLanguage}
>
{options.map(option => (