Region create/edit complete
This commit is contained in:
@@ -203,8 +203,6 @@ export default {
|
||||
if (valid) {
|
||||
this.loading = true
|
||||
|
||||
console.dir(this.postForm)
|
||||
|
||||
// Save the account
|
||||
const methodToCall = this.isEdit ? updateUser : createUser
|
||||
methodToCall(this.postForm).then((r) => {
|
||||
|
Reference in New Issue
Block a user