fix: lint

This commit is contained in:
kolaente 2021-10-17 18:10:48 +02:00
parent 4c24118b48
commit 1864359751
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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')})
},