Skip to content

Commit

Permalink
Merge pull request #229 from icefoganalytics/test
Browse files Browse the repository at this point in the history
Update ReportsStore.js
  • Loading branch information
datajohnson authored Jan 8, 2024
2 parents 0ec903a + c681deb commit 494dc42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/web/src/modules/Administration/store/ReportsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,18 +402,18 @@ const state = {
downloadFormat: [".csv"],
headers: [
{ text: "SIN", value: "sin" },
{ text: "Last name", value: "last_name" },
{ text: "First name", value: "first_name" },
{ text: "Last name", value: "lastName" },
{ text: "First name", value: "firstName" },
{ text: "Initials", value: "initials" },
{ text: "Address1", value: "address1" },
{ text: "Address2", value: "address2" },
{ text: "City", value: "city" },
{ text: "Province", value: "province" },
{ text: "Country", value: "country" },
{ text: "Postal code", value: "postal_code" },
{ text: "Postal code", value: "postalCode" },
{ text: "Fund type", value: "description" },
{ text: "Amount", value: "amount" },
{ text: "Vendor ID", value: "vendor_id" },
{ text: "Vendor ID", value: "vendorId" },
],
},
],
Expand Down

0 comments on commit 494dc42

Please sign in to comment.