Browse Source

fix(settings): add notClearable prop to language selection (#13406)

tags/1.0.0
aplio 8 months ago
parent
commit
0451333990
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web/app/components/app/overview/settings/index.tsx

+ 1
- 0
web/app/components/app/overview/settings/index.tsx View File

@@ -289,6 +289,7 @@ const SettingsModal: FC<ISettingsModalProps> = ({
items={languages.filter(item => item.supported)}
defaultValue={language}
onSelect={item => setLanguage(item.value as Language)}
notClearable
/>
</div>
{/* theme color */}

Loading…
Cancel
Save