mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 13:06:59 +00:00
fix: missing add row option when PK isn't available
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="isPkAvail && !isLocked && !isPublicView && isEditable && relationType !== 'bt'">
|
||||
<tr v-if="!isLocked && !isPublicView && isEditable && relationType !== 'bt'">
|
||||
<td :colspan="visibleColLength + 1" class="text-left pointer nc-grid-add-new-cell" @click="insertNewRow(true)">
|
||||
<v-tooltip top>
|
||||
<template #activator="{on}">
|
||||
|
||||
Reference in New Issue
Block a user