Browse Source

fix: rename table

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3573/head
mertmit 2 years ago
parent
commit
531debb691
  1. 2
      packages/nc-gui/components/dashboard/TreeView.vue

2
packages/nc-gui/components/dashboard/TreeView.vue

@ -616,7 +616,7 @@ useEventListener(document, 'keydown', async (e: KeyboardEvent) => {
<template v-if="contextMenuTarget.type === 'table'">
<a-menu-item
v-if="isUIAllowed('table-rename')"
@click="openRenameTableDialog(contextMenuTarget.value, base.id, true)"
@click="openRenameTableDialog(contextMenuTarget.value, bases[0].id, true)"
>
<div class="nc-project-menu-item">
{{ $t('general.rename') }}

Loading…
Cancel
Save