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)