Skip to content
Snippets Groups Projects

Fix: Repeatable User Profile Save

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -563,7 +563,6 @@ export default defineComponent({
@@ -563,7 +563,6 @@ export default defineComponent({
body: this.$t("toast.onSave.success.message").toString(),
body: this.$t("toast.onSave.success.message").toString(),
});
});
} else {
} else {
this.savingProfile = false;
// On Failure
// On Failure
this.notificationStore.postNotification({
this.notificationStore.postNotification({
title: this.$t("toast.onSave.failure.title").toString(),
title: this.$t("toast.onSave.failure.title").toString(),
@@ -575,6 +574,7 @@ export default defineComponent({
@@ -575,6 +574,7 @@ export default defineComponent({
this.userStore.retrieveContactChange(),
this.userStore.retrieveContactChange(),
this.userStore.retrieveUser(),
this.userStore.retrieveUser(),
]);
]);
 
this.savingProfile = false;
}
}
},
},
triggerFetchOptions(search: string) {
triggerFetchOptions(search: string) {
Loading