1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-11 08:28:50 +01:00

Fix this totally unset key

This commit is contained in:
Lim Chee Aun 2023-03-02 11:13:07 +08:00
parent 37f7c2a581
commit ff5fd09669

View file

@ -1014,7 +1014,7 @@ function Compose({
onChange={(e) => {
const { value } = e.target;
setLanguage(value || DEFAULT_LANG);
store.session.set('language', value);
store.session.set('currentLanguage', value || DEFAULT_LANG);
}}
disabled={uiState === 'loading'}
>