Updated settings components.

This commit is contained in:
Mike Cao 2025-05-07 12:33:53 -07:00
parent a15c7cd596
commit 3004c37ccf
8 changed files with 20 additions and 13 deletions

View file

@ -28,7 +28,7 @@ export function LanguageSetting() {
return (
<Row gap="3">
<Select
selectedKey={locale}
value={locale}
onChange={val => saveLocale(val as string)}
allowSearch
onSearch={setSearch}