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

re #532

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-09-15 17:03:19 +05:30
parent ebf875f50f
commit 6c5622cd4c

View File

@@ -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