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
|
// update theme
|
||||||
dispatch(doSetClientSetting(settings.THEME, theme.name));
|
dispatch(doSetClientSetting(settings.THEME, theme.name));
|
||||||
}
|
}
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function doDownloadLanguage(langFile) {
|
export function doDownloadLanguage(langFile) {
|
||||||
return function(dispatch, getState) {
|
return function(dispatch, getState) {
|
||||||
const destinationPath = `app/locales/${langFile}`;
|
const destinationPath = `app/locales/${langFile}`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue