Skip to content

Commit

Permalink
fix(ui): tz not fetched correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 31, 2024
1 parent b939f97 commit a603a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ const useBaseStore = defineStore('base', {
init(data) {
if (data) {
if (data.tz) {
this.tz = data.tzd
this.tz = data.tz
}

if (data.locale) {
Expand Down

0 comments on commit a603a22

Please sign in to comment.