Skip to content

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 authored Mar 21, 2024
1 parent 07ae9df commit 2f438fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/InitialSetup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ export default {
this.$axios.get("/core/settings/").then((r) => {
this.allTimezones = Object.freeze(r.data.all_timezones);
this.timezone = r.data.default_time_zone;
this.companyname = r.data.mesh_company_name;
});
},
},
Expand Down

0 comments on commit 2f438fe

Please sign in to comment.