mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
Update libs/components/layout/src/settings-sidebar/Settings/SettingsList.tsx
Co-authored-by: Whitewater <me@waterwater.moe>
This commit is contained in:
@@ -49,7 +49,7 @@ export const SettingsList = () => {
|
||||
{item.key === 'Language' ? (
|
||||
<div style={{ marginLeft: '12em' }}>
|
||||
<Select
|
||||
defaultValue="en"
|
||||
defaultValue={opetion[0].value}
|
||||
onChange={changeLanguage}
|
||||
>
|
||||
{options.map(option => (
|
||||
|
||||
Reference in New Issue
Block a user