Skip to content

Commit 15fdea2

Browse files
committed
fix: frappe-ui changes in sidebar
1 parent 97a3be2 commit 15fdea2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

desk/src/components/layouts/Sidebar.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,14 @@ import {
206206
customerPortalSidebarOptions,
207207
} from "./layoutSettings";
208208
209-
import { saveLocal } from "frappe-ui/src/resources/local";
209+
// Unavailable:
210+
// ImageExtension,ConfirmDialog
211+
212+
// ### getCommonSiteConfig
213+
// this should not be part of src/index.ts since it is a nodejs utility and not for the browser.
214+
// we should probably put it in vite/index.ts
215+
216+
import { saveLocal } from "frappe-ui";
210217
console.log(saveLocal("test_key", "test_value"));
211218
212219
import { useShortcut } from "@/composables/shortcuts";

0 commit comments

Comments
 (0)