fix settings constant

This commit is contained in:
btzr-io 2017-08-24 10:14:30 -06:00
parent 191b95cc2e
commit 8b8c9c9da9

View file

@ -61,7 +61,7 @@ export function doGetThemes() {
path: `./themes/${file}`, path: `./themes/${file}`,
})); }));
dispatch(doSetClientSetting("themes", themes)); dispatch(doSetClientSetting(settings.THEMES, themes));
}; };
} }