fix: lint
This commit is contained in:
parent
4c24118b48
commit
1864359751
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ export default {
|
||||||
|
|
||||||
await this.userSettingsService.update(this.settings)
|
await this.userSettingsService.update(this.settings)
|
||||||
this.$store.commit('auth/setUserSettings', {
|
this.$store.commit('auth/setUserSettings', {
|
||||||
...this.settings
|
...this.settings,
|
||||||
})
|
})
|
||||||
this.$message.success({message: this.$t('user.settings.general.savedSuccess')})
|
this.$message.success({message: this.$t('user.settings.general.savedSuccess')})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue