test(app): change language test (#11295)
This commit is contained in:
parent
fe66ca163c
commit
f48e2e56c9
24 changed files with 84 additions and 68 deletions
|
|
@ -154,6 +154,7 @@ export const SettingsGeneral: Component = () => {
|
|||
description={language.t("settings.general.row.language.description")}
|
||||
>
|
||||
<Select
|
||||
data-action="settings-language"
|
||||
options={languageOptions()}
|
||||
current={languageOptions().find((o) => o.value === language.locale())}
|
||||
value={(o) => o.value}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue