Code formatting.

This commit is contained in:
2025-02-13 17:41:06 +01:00
parent a99ce5bec7
commit 9cb9c4de23

View File

@@ -135,6 +135,7 @@
.includes(this.search_customer.replace(/ /g, '').toLowerCase())
});
},
deleteCustomer(index) {
let vm = this;
let customer_key = Object.keys(this.customers).find(key => (this.customers[key].id == this.getFilteredCustomers()[index].id));