Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update InitialSetup.vue #25

Merged

Conversation

dinger1986
Copy link
Collaborator

Added company name to initial setup screen

@@ -109,6 +141,7 @@ 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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't actually need this line cuz it will be empty on first setup, and you already initialized it to any empty string up in the data section so this is redundant.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had wondered about that one, thanks

@wh1te909 wh1te909 merged commit efd5c3d into amidaware:develop Mar 21, 2024
2 checks passed
@wh1te909
Copy link
Member

merged, just made some style changes so that the company name text box is consistent with the other text boxes, looked kind of weird

@dinger1986 dinger1986 deleted the dinger1986-add-coname-to-initialsetup branch March 21, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants