Skip to content

Commit 924d9e6

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(quickbooks): use action-first operation labels
1 parent 30c9e12 commit 924d9e6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

apps/sim/blocks/blocks/quickbooks.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,16 @@ export const QuickBooksBlock: BlockConfig<QuickBooksResponse> = {
9696
title: 'Operation',
9797
type: 'dropdown',
9898
options: [
99-
{ label: 'Company: Get Info', id: 'quickbooks_get_company_info' },
100-
{ label: 'Master Data: Read', id: 'quickbooks_read_master_data' },
101-
{ label: 'Customers: Create', id: 'quickbooks_create_customer' },
102-
{ label: 'Customers: Update', id: 'quickbooks_update_customer' },
103-
{ label: 'Vendors: Create', id: 'quickbooks_create_vendor' },
104-
{ label: 'Vendors: Update', id: 'quickbooks_update_vendor' },
105-
{ label: 'Items: Create', id: 'quickbooks_create_item' },
106-
{ label: 'Items: Update', id: 'quickbooks_update_item' },
107-
{ label: 'Purchasing: List Purchase Orders', id: 'quickbooks_list_purchase_orders' },
108-
{ label: 'Payables: List Bills', id: 'quickbooks_list_bills' },
99+
{ label: 'Get Company Info', id: 'quickbooks_get_company_info' },
100+
{ label: 'Read Master Data', id: 'quickbooks_read_master_data' },
101+
{ label: 'Create Customer', id: 'quickbooks_create_customer' },
102+
{ label: 'Update Customer', id: 'quickbooks_update_customer' },
103+
{ label: 'Create Vendor', id: 'quickbooks_create_vendor' },
104+
{ label: 'Update Vendor', id: 'quickbooks_update_vendor' },
105+
{ label: 'Create Item', id: 'quickbooks_create_item' },
106+
{ label: 'Update Item', id: 'quickbooks_update_item' },
107+
{ label: 'List Purchase Orders', id: 'quickbooks_list_purchase_orders' },
108+
{ label: 'List Bills', id: 'quickbooks_list_bills' },
109109
],
110110
value: () => 'quickbooks_get_company_info',
111111
},

0 commit comments

Comments
 (0)