mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 22:07:04 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user