Fix unsaved changes messaged triggered when compose settings is saved
This commit is contained in:
parent
979b467cb7
commit
d0bde3b3cf
@ -100,6 +100,7 @@ export default {
|
||||
.then(() => {
|
||||
this.animateSuccess(type)
|
||||
this.toastSuccess(this.$t('notification:settings.compose.update.success'))
|
||||
this.initialSettingsState = cloneDeep(this.settings)
|
||||
})
|
||||
.catch(this.toastErrorHandler(this.$t('notification:settings.compose.update.error')))
|
||||
.finally(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user