Browse Source

fix: removed reload menu:

pull/6603/head
sreehari jayaraj 11 months ago
parent
commit
53c169268d
  1. 14
      packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue

14
packages/nc-gui/components/dashboard/TreeView/ProjectNode.vue

@ -307,12 +307,6 @@ function openErdView(source: SourceType) {
}
}
const reloadTables = async () => {
$e('a:table:refresh:navdraw')
// await loadTables()
}
const contextMenuBase = computed(() => {
if (contextMenuTarget.type === 'source') {
return contextMenuTarget.value
@ -787,14 +781,6 @@ const projectDelete = () => {
</div>
</NcMenuItem>
</template>
<template v-else>
<NcMenuItem @click="reloadTables">
<div class="nc-base-option-item">
{{ $t('general.reload') }}
</div>
</NcMenuItem>
</template>
</NcMenu>
</template>
</NcDropdown>

Loading…
Cancel
Save