diff --git a/packages/nc-gui/components/account/UserList.vue b/packages/nc-gui/components/account/UserList.vue index 9e1b0186c1..0b0ce5250a 100644 --- a/packages/nc-gui/components/account/UserList.vue +++ b/packages/nc-gui/components/account/UserList.vue @@ -1,7 +1,8 @@ @@ -125,7 +125,7 @@ const canUserEditEmote = computed(() => { v-if="table.type === 'table'" class="flex w-5 !text-gray-500 text-sm" :class="{ - 'group-hover:text-gray-500': isUIAllowed('treeview-drag-n-drop', false, projectRole), + 'group-hover:text-gray-500': isUIAllowed('tableSort', { roles: projectRole }), '!text-black': openedTableId === table.id, }" /> @@ -133,7 +133,7 @@ const canUserEditEmote = computed(() => { v-else class="flex w-5 !text-gray-500 text-sm" :class="{ - 'group-hover:text-gray-500': isUIAllowed('treeview-drag-n-drop', false, projectRole), + 'group-hover:text-gray-500': isUIAllowed('tableSort', { roles: projectRole }), '!text-black': openedTableId === table.id, }" /> @@ -157,7 +157,7 @@ const canUserEditEmote = computed(() => { {