Browse Source

chore(gui-v2): hide delete and duplicate icons when editing view name

pull/2837/head
braks 2 years ago
parent
commit
da842736cd
  1. 2
      packages/nc-gui-v2/components/smartsheet/Sidebar.vue

2
packages/nc-gui-v2/components/smartsheet/Sidebar.vue

@ -299,6 +299,7 @@ function onApiSnippet() {
<div class="flex-1" />
<template v-if="isEditing !== i">
<div class="flex items-center gap-1">
<a-tooltip placement="left">
<template #title>
@ -324,6 +325,7 @@ function onApiSnippet() {
</a-tooltip>
</a-popconfirm>
</div>
</template>
</div>
</a-menu-item>

Loading…
Cancel
Save