build(deps): bump frappeui to 0.1.90

This commit is contained in:
Shariq Ansari 2024-12-04 16:34:37 +05:30
parent ba002c419e
commit c8999a0cc1
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -26,5 +26,6 @@ const Layout = computed(() => {
}
})
setConfig('timezone', window.timezone)
setConfig('systemTimezone', window.timezone?.system || null)
setConfig('localTimezone', window.timezone?.user || null)
</script>