fix: use TrialBanner from frappeui/frappe in mobile sidebar

This commit is contained in:
Shariq Ansari 2025-03-20 18:09:34 +05:30 committed by GitHub
parent 0ab6abb8c3
commit 3c1d8f2e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,8 @@ import NotificationsIcon from '@/components/Icons/NotificationsIcon.vue'
import SidebarLink from '@/components/SidebarLink.vue'
import { viewsStore } from '@/stores/views'
import { unreadNotificationsCount } from '@/stores/notifications'
import { TrialBanner, createResource } from 'frappe-ui'
import { createResource } from 'frappe-ui'
import { TrialBanner } from 'frappe-ui/frappe'
import { computed, h, provide } from 'vue'
import { mobileSidebarOpened as sidebarOpened } from '@/composables/settings'