fix settings constant
This commit is contained in:
parent
191b95cc2e
commit
8b8c9c9da9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export function doGetThemes() {
|
|||
path: `./themes/${file}`,
|
||||
}));
|
||||
|
||||
dispatch(doSetClientSetting("themes", themes));
|
||||
dispatch(doSetClientSetting(settings.THEMES, themes));
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue