We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7e74a commit 4a2a9a6Copy full SHA for 4a2a9a6
components/xero_accounting_api/xero_accounting_api.app.mjs
@@ -123,7 +123,6 @@ export default {
123
const invoices = await this.getInvoice({
124
tenantId,
125
});
126
- console.log(invoices);
127
return invoices?.Invoices?.map((invoice) => ({
128
label: invoice.InvoiceNumber,
129
value: invoice.InvoiceID,
0 commit comments