[#265] prefills title + trad + test (#293)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-11-12 20:42:05 +01:00
committed by GitHub
parent 991cb6e56e
commit f886846a2b
10 changed files with 188 additions and 179 deletions
+1
View File
@@ -254,6 +254,7 @@ export function Menubar({
value={lang}
onChange={(e) => {
dispatch(setLanguage(e.target.value));
handleLangClose();
}}
variant="outlined"
aria-label={t("menubar.languageSelector")}