diff --git a/src/components/settings_modal/helpers/setting.js b/src/components/settings_modal/helpers/setting.js index a064e10f4..b17767b3f 100644 --- a/src/components/settings_modal/helpers/setting.js +++ b/src/components/settings_modal/helpers/setting.js @@ -260,7 +260,7 @@ export default { this.$store.dispatch('pushAdminSetting', { path: k, value: v }) default: return (readPath, value) => { - const writePath = `simple.${readPath}` + const writePath = `${readPath}` if (!this.timedApplyMode) { if (this.local) {