mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 16:16:46 +08:00
update
This commit is contained in:
@@ -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 => (
|
||||
|
||||
Reference in New Issue
Block a user