Vue file formating..
This commit is contained in:
2
resources/assets/js/views/sales/customers.js
vendored
2
resources/assets/js/views/sales/customers.js
vendored
@ -46,7 +46,7 @@ const app = new Vue({
|
||||
column: 'email',
|
||||
value : this.form.email
|
||||
}
|
||||
})
|
||||
})
|
||||
.then(response => {
|
||||
if (response.data.errors) {
|
||||
if (response.data.data) {
|
||||
|
Reference in New Issue
Block a user