Skip to content

Commit 3c1d8f2

Browse files
authored
fix: use TrialBanner from frappeui/frappe in mobile sidebar
1 parent 0ab6abb commit 3c1d8f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/Mobile/MobileSidebar.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ import NotificationsIcon from '@/components/Icons/NotificationsIcon.vue'
104104
import SidebarLink from '@/components/SidebarLink.vue'
105105
import { viewsStore } from '@/stores/views'
106106
import { unreadNotificationsCount } from '@/stores/notifications'
107-
import { TrialBanner, createResource } from 'frappe-ui'
107+
import { createResource } from 'frappe-ui'
108+
import { TrialBanner } from 'frappe-ui/frappe'
108109
import { computed, h, provide } from 'vue'
109110
import { mobileSidebarOpened as sidebarOpened } from '@/composables/settings'
110111

0 commit comments

Comments
 (0)