|
|
|
@ -179,7 +179,10 @@ export default {
@@ -179,7 +179,10 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
onResponse(response) { |
|
|
|
|
/* TODO: Should reload the current page.... but then the form does not work anymore. Something with the state.... */ |
|
|
|
|
this.vm.$router.push(this.vm.localePath(`/researchStudies/`)) |
|
|
|
|
this.vm.$router.push(this.vm.localePath('/profile/edit/')) |
|
|
|
|
this.vm.$toast.success( |
|
|
|
|
this.vm.$t('page.profile.update.success') |
|
|
|
|
) |
|
|
|
|
}, |
|
|
|
|
}), |
|
|
|
|
} |
|
|
|
|