From c8999a0cc1005b54a49dbd5ca2d5ab70d6cc9922 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 4 Dec 2024 16:34:37 +0530 Subject: [PATCH] build(deps): bump frappeui to 0.1.90 --- frontend/package.json | 2 +- frontend/src/App.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index d91fa865..b481b37d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "@vueuse/core": "^10.3.0", "@vueuse/integrations": "^10.3.0", "feather-icons": "^4.28.0", - "frappe-ui": "^0.1.89", + "frappe-ui": "^0.1.90", "gemoji": "^8.1.0", "lodash": "^4.17.21", "mime": "^4.0.1", diff --git a/frontend/src/App.vue b/frontend/src/App.vue index aa666b0a..02c42926 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -26,5 +26,6 @@ const Layout = computed(() => { } }) -setConfig('timezone', window.timezone) +setConfig('systemTimezone', window.timezone?.system || null) +setConfig('localTimezone', window.timezone?.user || null)