mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Disable remove group member button, because this doesn't work yet
This commit is contained in:
parent
b45545decf
commit
ffb508806b
@ -91,6 +91,7 @@
|
|||||||
v-if="scope.row.myRoleInGroup !== 'owner'"
|
v-if="scope.row.myRoleInGroup !== 'owner'"
|
||||||
size="small"
|
size="small"
|
||||||
primary
|
primary
|
||||||
|
disabled
|
||||||
@click="deleteMember(scope.row.id)"
|
@click="deleteMember(scope.row.id)"
|
||||||
>
|
>
|
||||||
<!-- TODO: implement removal of group members -->
|
<!-- TODO: implement removal of group members -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user