Browse Source

fix: Removed Create View node in sidebar

pull/6802/head
Muhammed Mustafa 11 months ago
parent
commit
ef1f577d73
  1. 13
      packages/nc-gui/components/dashboard/TreeView/TableNode.vue

13
packages/nc-gui/components/dashboard/TreeView/TableNode.vue

@ -295,19 +295,6 @@ const isTableOpened = computed(() => {
</NcMenu>
</template>
</NcDropdown>
<DashboardTreeViewCreateViewBtn v-if="isUIAllowed('viewCreateOrEdit')">
<NcButton
v-e="['c:view:create']"
type="text"
size="xxsmall"
class="nc-create-view-btn nc-sidebar-node-btn"
:class="{
'!md:(visible opacity-100)': openedTableId === table.id,
}"
>
<GeneralIcon icon="plus" class="text-xl leading-5" style="-webkit-text-stroke: 0.15px" />
</NcButton>
</DashboardTreeViewCreateViewBtn>
</div>
</div>
<DlgTableDelete

Loading…
Cancel
Save