We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ec903a + c681deb commit 494dc42Copy full SHA for 494dc42
src/web/src/modules/Administration/store/ReportsStore.js
@@ -402,18 +402,18 @@ const state = {
402
downloadFormat: [".csv"],
403
headers: [
404
{ text: "SIN", value: "sin" },
405
- { text: "Last name", value: "last_name" },
406
- { text: "First name", value: "first_name" },
+ { text: "Last name", value: "lastName" },
+ { text: "First name", value: "firstName" },
407
{ text: "Initials", value: "initials" },
408
{ text: "Address1", value: "address1" },
409
{ text: "Address2", value: "address2" },
410
{ text: "City", value: "city" },
411
{ text: "Province", value: "province" },
412
{ text: "Country", value: "country" },
413
- { text: "Postal code", value: "postal_code" },
+ { text: "Postal code", value: "postalCode" },
414
{ text: "Fund type", value: "description" },
415
{ text: "Amount", value: "amount" },
416
- { text: "Vendor ID", value: "vendor_id" },
+ { text: "Vendor ID", value: "vendorId" },
417
],
418
},
419
0 commit comments