Skip to content

Commit b4ac98e

Browse files
authored
ui: Display action buttons in Project Accounts Tab view if project Admin (#6257)
1 parent 3674aff commit b4ac98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/project/AccountsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<span v-if="record.projectroleid">{{ getProjectRole(record) }}</span>
3434
</template>
3535
<template #action="{ record }">
36-
<div v-if="record.projectroleid">
36+
<div>
3737
<span v-if="imProjectAdmin && dataSource.length > 1" class="account-button-action">
3838
<tooltip-button
3939
tooltipPlacement="top"

0 commit comments

Comments
 (0)