mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Updated settings components.
This commit is contained in:
parent
a15c7cd596
commit
3004c37ccf
8 changed files with 20 additions and 13 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue