Disable remove group member button, because this doesn't work yet

This commit is contained in:
Wolfgang Huß 2022-10-28 12:10:57 +02:00
parent b45545decf
commit ffb508806b

View File

@ -91,6 +91,7 @@
v-if="scope.row.myRoleInGroup !== 'owner'"
size="small"
primary
disabled
@click="deleteMember(scope.row.id)"
>
<!-- TODO: implement removal of group members -->