We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a3be2 commit 15fdea2Copy full SHA for 15fdea2
desk/src/components/layouts/Sidebar.vue
@@ -206,7 +206,14 @@ import {
206
customerPortalSidebarOptions,
207
} from "./layoutSettings";
208
209
-import { saveLocal } from "frappe-ui/src/resources/local";
+// 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";
217
console.log(saveLocal("test_key", "test_value"));
218
219
import { useShortcut } from "@/composables/shortcuts";
0 commit comments