fix export / import error
This commit is contained in:
parent
03b04ad9b0
commit
55cd9123f2
1 changed files with 2 additions and 1 deletions
|
@ -88,8 +88,9 @@ export function doSetTheme(name) {
|
|||
// update theme
|
||||
dispatch(doSetClientSetting(settings.THEME, theme.name));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
export function doDownloadLanguage(langFile) {
|
||||
return function(dispatch, getState) {
|
||||
const destinationPath = `app/locales/${langFile}`;
|
||||
|
|
Loading…
Reference in a new issue