diff --git a/client/web/admin/src/views/Compose/Settings/Index.vue b/client/web/admin/src/views/Compose/Settings/Index.vue index 557643ad5..68d84c5f7 100644 --- a/client/web/admin/src/views/Compose/Settings/Index.vue +++ b/client/web/admin/src/views/Compose/Settings/Index.vue @@ -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(() => {