remove success toast from deleted user form

This commit is contained in:
mahula 2022-12-16 16:38:48 +01:00
parent e4e698b082
commit 3d220a99f5

View File

@ -65,7 +65,6 @@ export default {
},
})
.then((result) => {
this.toastSuccess(this.$t('user_recovered'))
this.$emit('updateDeletedAt', {
userId: this.item.userId,
deletedAt: result.data.unDeleteUser,