Browse Source

fix: Remove edit option for users who don't belong to project

re #420

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
pull/441/head
Pranav C 3 years ago
parent
commit
429c9bdf3f
  1. 1
      packages/nc-gui/components/auth/userManagement.vue

1
packages/nc-gui/components/auth/userManagement.vue

@ -147,6 +147,7 @@
</td>
<td>
<x-icon
v-if="item.project_id"
tooltip="Edit User"
icon-class=""
color="primary"

Loading…
Cancel
Save