Browse Source

fix(GUI): Editor role is not able to add rows

re #532

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/524/head
Pranav C 3 years ago
parent
commit
6c5622cd4c
  1. 2
      packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

2
packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

@ -78,7 +78,7 @@
</v-icon>
</x-btn>
<x-btn
v-if="_isUIAllowed('table-add-new-row') && relationType !== 'bt'"
v-if="isEditable && relationType !== 'bt'"
tooltip="Add new row"
:disabled="isLocked"
outlined

Loading…
Cancel
Save