Skip to content

Commit

Permalink
feat(result_summary): add samples to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
1000daysofcode committed Aug 12, 2024
1 parent f6e0857 commit f57dedb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/demo/public/options-ccp-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@
{
"title": "Patienten",
"dataKey": "patients"
},
{
"title": "Bioproben",
"dataKey": "bioproben"

}
]
},
Expand Down
4 changes: 4 additions & 0 deletions packages/demo/public/options-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@
{
"title": "Patienten",
"dataKey": "patients"
},
{
"title": "Bioproben",
"dataKey": "bioproben"
}
]
},
Expand Down

0 comments on commit f57dedb

Please sign in to comment.