minor linting
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
}
|
||||
},
|
||||
async createUser () {
|
||||
if (!this.$refs.user_form.validate()) return
|
||||
if (!this.$refs.user_form.validate()) { return }
|
||||
try {
|
||||
this.loading = true
|
||||
const user = await this.$axios.$post('/user', this.new_user)
|
||||
|
||||
Reference in New Issue
Block a user