add success toaster if changeMemberRole

This commit is contained in:
ogerly 2022-09-12 13:19:14 +02:00
parent a2561bde89
commit 6d5f37a7b2

View File

@ -66,7 +66,7 @@ export default {
mutation: changeGroupMemberRoleMutation,
variables: { groupId: this.groupId, userId: id, roleInGroup: value },
})
// this.$toast.success(this.$t('group.group-updated'))
this.$toast.success('Die Rolle wurde auf ('+value+') geändert!')
} catch (error) {
this.$toast.error(error.message)
}