diff --git a/src/views/user/Settings.vue b/src/views/user/Settings.vue index c7c6e32a..1652bfa8 100644 --- a/src/views/user/Settings.vue +++ b/src/views/user/Settings.vue @@ -451,7 +451,7 @@ export default { await this.userSettingsService.update(this.settings) this.$store.commit('auth/setUserSettings', { - ...this.settings + ...this.settings, }) this.$message.success({message: this.$t('user.settings.general.savedSuccess')}) },