fix: lint

This commit is contained in:
kolaente 2021-10-17 18:10:48 +02:00
parent 4c24118b48
commit 1864359751
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

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