Skip to content

Commit

Permalink
fix: rename header table product name to service name (#500)
Browse files Browse the repository at this point in the history
Co-authored-by: Hildegard Lydia <[email protected]>
  • Loading branch information
rubenkristian and hilyds authored Aug 22, 2022
1 parent 8fb2d00 commit fbcf221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OrderList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
data: () => ({
headers: [
{ text: "Date", value: "_source.created_at" },
{ text: "Product Name", value: "_source.service_info.name" },
{ text: "Service Name", value: "_source.service_info.name" },
{ text: "Specimen Number", value: "_source.dna_sample_tracking_id" },
{ text: "Status", value: "status" },
{ text: "Actions", value: "actions", sortable: false, align: "center", width: "5%" }
Expand Down

0 comments on commit fbcf221

Please sign in to comment.