1
0
forked from test/crm

fix: added TrialBanner in AppsSidebar

This commit is contained in:
Shariq Ansari 2024-10-25 15:43:32 +05:30
parent de4464cdaa
commit f12ad4ba28

View File

@ -74,6 +74,7 @@
</Section> </Section>
</div> </div>
</div> </div>
<TrialBanner :isSidebarCollapsed="isSidebarCollapsed" />
<div class="m-2 flex flex-col gap-1"> <div class="m-2 flex flex-col gap-1">
<SidebarLink <SidebarLink
:label="isSidebarCollapsed ? __('Expand') : __('Collapse')" :label="isSidebarCollapsed ? __('Expand') : __('Collapse')"
@ -113,7 +114,7 @@ import SidebarLink from '@/components/SidebarLink.vue'
import Notifications from '@/components/Notifications.vue' import Notifications from '@/components/Notifications.vue'
import { viewsStore } from '@/stores/views' import { viewsStore } from '@/stores/views'
import { notificationsStore } from '@/stores/notifications' import { notificationsStore } from '@/stores/notifications'
import { FeatherIcon } from 'frappe-ui' import { FeatherIcon, TrialBanner } from 'frappe-ui'
import { useStorage } from '@vueuse/core' import { useStorage } from '@vueuse/core'
import { computed, h } from 'vue' import { computed, h } from 'vue'