Browse Source

Merge pull request #2541 from nocodb/fix/2538-fix-ltar-perm

fix: permission to remove link
pull/2553/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
1a5767920b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/components/project/spreadsheet/components/virtualCell/components/ItemChip.vue

2
packages/nc-gui/components/project/spreadsheet/components/virtualCell/components/ItemChip.vue

@ -8,7 +8,7 @@
@click="!readonly && active && $emit('edit',item)"
>
<slot><span class="name" :title="value">{{ value }}</span></slot>
<div v-show="active" v-if="!readonly && _isUIAllowed('table-remove-linked-record')" class="mr-n1 ml-2">
<div v-show="active" v-if="!readonly && _isUIAllowed('xcDatatableEditable')" class="mr-n1 ml-2">
<x-icon
:color="['text' , 'textLight']"
x-small

Loading…
Cancel
Save