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

pull/13421/head
aplio 1 year ago committed by GitHub
parent ab2e6c19a4
commit 0451333990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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