Files
vikunja/frontend/src
kolaente d75ffcb3f2 fix(settings): show the current language in the settings select
The api returns an empty string for the language when the user never
explicitly saved one. `assignData` only falls back to the model defaults
for null and undefined, so that empty string overwrote the browser
language default. The language select then had no matching option and
rendered blank.

Fall back to the browser language for any falsy value returned by the api.
2026-08-28 23:36:15 +02:00
..