[#632] fix to adapt headers to proper selected timezone (#674)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-03-20 09:27:54 +01:00
committed by GitHub
parent 1079405ae8
commit 2ba92ed194
3 changed files with 120 additions and 6 deletions
@@ -72,6 +72,7 @@ export function TimezoneAutocomplete({
<TextField
{...params}
placeholder={placeholder}
onFocus={(e) => e.target.select()}
variant="outlined"
autoComplete="off"
inputRef={inputRef}