Skip to content

Commit

Permalink
fix: removed unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
sreehari2003 committed Apr 17, 2024
1 parent f61f769 commit d49ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nc-gui/components/smartsheet/header/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ const isDuplicateAllowed = computed(() => {
{{ t('general.insertAfter') }}
</div>
</NcMenuItem>
<NcMenuItem v-if="!column?.pk" @click="onInsertBefore">
<NcMenuItem v-if="!column?.pv" @click="onInsertBefore">
<div v-e="['a:field:insert:before']" class="nc-column-insert-before nc-header-menu-item">
<component :is="iconMap.colInsertBefore" class="text-gray-600 !w-4.5 !h-4.5" />
<!-- Insert Before -->
Expand Down

0 comments on commit d49ffd2

Please sign in to comment.