mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 10:56:45 +00:00
fix: Removed Create View node in sidebar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user