Fix linting

This commit is contained in:
Wolfgang Huß 2022-10-28 13:15:44 +02:00
parent 48d6bf6bd1
commit f7cc020feb

View File

@ -87,12 +87,7 @@
</ds-chip>
</template>
<template #edit="scope">
<ds-button
v-if="scope.row.myRoleInGroup !== 'owner'"
size="small"
primary
disabled
>
<ds-button v-if="scope.row.myRoleInGroup !== 'owner'" size="small" primary disabled>
<!-- TODO: implement removal of group members -->
<!-- :disabled="scope.row.myRoleInGroup === 'owner'"
-->