fix: added TrialBanner in AppsSidebar
This commit is contained in:
parent
de4464cdaa
commit
f12ad4ba28
@ -74,6 +74,7 @@
|
||||
</Section>
|
||||
</div>
|
||||
</div>
|
||||
<TrialBanner :isSidebarCollapsed="isSidebarCollapsed" />
|
||||
<div class="m-2 flex flex-col gap-1">
|
||||
<SidebarLink
|
||||
:label="isSidebarCollapsed ? __('Expand') : __('Collapse')"
|
||||
@ -113,7 +114,7 @@ import SidebarLink from '@/components/SidebarLink.vue'
|
||||
import Notifications from '@/components/Notifications.vue'
|
||||
import { viewsStore } from '@/stores/views'
|
||||
import { notificationsStore } from '@/stores/notifications'
|
||||
import { FeatherIcon } from 'frappe-ui'
|
||||
import { FeatherIcon, TrialBanner } from 'frappe-ui'
|
||||
import { useStorage } from '@vueuse/core'
|
||||
import { computed, h } from 'vue'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user