Skip to content

Commit ec6333c

Browse files
chore: update frappe-ui
1 parent 6ff2ba3 commit ec6333c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dom-to-image": "^2.6.0",
2929
"echarts": "^5.5.0",
3030
"feather-icons": "^4.28.0",
31-
"frappe-ui": "^0.1.114",
31+
"frappe-ui": "^0.1.118",
3232
"grid-layout-plus": "^1.0.2",
3333
"lucide-vue-next": "^0.358.0",
3434
"pinia": "^2.0.30",

frontend/src2/components/AppSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import useSettings from '../settings/settings'
5858
import Settings from '../settings/Settings.vue'
5959
import SidebarLink from './SidebarLink.vue'
6060
import UserDropdown from './UserDropdown.vue'
61-
import { TrialBanner } from 'frappe-ui'
61+
import { TrialBanner } from 'frappe-ui/frappe'
6262
6363
const isSidebarCollapsed = useStorage('insights:sidebarCollapsed', false)
6464
const showSettingsDialog = ref(false)

0 commit comments

Comments
 (0)