We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3674aff commit b4ac98eCopy full SHA for b4ac98e
ui/src/views/project/AccountsTab.vue
@@ -33,7 +33,7 @@
33
<span v-if="record.projectroleid">{{ getProjectRole(record) }}</span>
34
</template>
35
<template #action="{ record }">
36
- <div v-if="record.projectroleid">
+ <div>
37
<span v-if="imProjectAdmin && dataSource.length > 1" class="account-button-action">
38
<tooltip-button
39
tooltipPlacement="top"
0 commit comments