mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add success toaster if changeMemberRole
This commit is contained in:
parent
a2561bde89
commit
6d5f37a7b2
@ -66,7 +66,7 @@ export default {
|
|||||||
mutation: changeGroupMemberRoleMutation,
|
mutation: changeGroupMemberRoleMutation,
|
||||||
variables: { groupId: this.groupId, userId: id, roleInGroup: value },
|
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) {
|
} catch (error) {
|
||||||
this.$toast.error(error.message)
|
this.$toast.error(error.message)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user