mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:16:38 +00:00
refactor: sidebar banner ui corrections (#9181)
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -56,8 +56,9 @@ onUnmounted(() => {
|
||||
>
|
||||
<DashboardTreeView v-if="!isWorkspaceLoading" />
|
||||
</div>
|
||||
<GeneralGift />
|
||||
<div v-if="!isSharedBase" class="border-t-1">
|
||||
<div v-if="!isSharedBase" class="overflow-auto">
|
||||
<GeneralGift v-if="!isEeUI"/>
|
||||
<div class="border-t-1 w-full"></div>
|
||||
<DashboardSidebarBeforeUserInfo />
|
||||
<DashboardSidebarUserInfo />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user