3
0

Fix unsaved changes messaged triggered when compose settings is saved

This commit is contained in:
Kelani Tolulope 2023-09-11 11:06:19 +01:00
parent 979b467cb7
commit d0bde3b3cf

View File

@ -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(() => {