mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2471 from gradido/2435-bug-when-undeleting-an-user-two-success-toasts
fix(admin): reduce triggers of success toast on deleted user form to exactly one
This commit is contained in:
commit
ac32c3a6d5
@ -65,7 +65,6 @@ export default {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
this.toastSuccess(this.$t('user_recovered'))
|
|
||||||
this.$emit('updateDeletedAt', {
|
this.$emit('updateDeletedAt', {
|
||||||
userId: this.item.userId,
|
userId: this.item.userId,
|
||||||
deletedAt: result.data.unDeleteUser,
|
deletedAt: result.data.unDeleteUser,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user