diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 3a02f521f..b121bc6ea 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -33,7 +33,7 @@ const dataKey = 'InvoiceOutList'; async function fetchClientAddress(id) { const { data } = await axios.get( - `Clients/${id}/addresses?filter[order]=isActive DESC` + `Clients/${id}/addresses?filter[order]=isActive DESC`, ); addressOptions.value = data; } @@ -190,7 +190,7 @@ watchEffect(selectedRows); order: ['id DESC'], }" > -