Skip to content
Snippets Groups Projects
Commit 2290cd19 authored by Mathias Zunino's avatar Mathias Zunino
Browse files

more fix in state:

parent f1dca1ab
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ export default class SignUp extends Vue { ...@@ -265,7 +265,7 @@ export default class SignUp extends Vue {
street: this.address.street, street: this.address.street,
town: "", town: "",
city: this.address.city, city: this.address.city,
department: this.address.state.replace("/ /g", "_"), department: this.address.state.replace(/ /g, "_"),
}, },
}; };
await User.signUp(data); await User.signUp(data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment