Skip to content

Commit

Permalink
fix(result table): change page size back to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Jan 17, 2024
1 parent 3ce4312 commit 046784d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const barChartBackgroundColors: string[] = ["#4dc9f6","#3da4c7"];
/>
</div>
<div class="chart-wrapper result-table">
<lens-result-table pageSize="4" >
<lens-result-table pageSize="10" >
<div slot="above-pagination" class="result-table-hint-text">
* Umfasst Gewebe- und flüssige Proben. Die Anzahl der FFPE Proben (Schätzung) entspricht der Zahl der Diagnosen
</div>
Expand Down

0 comments on commit 046784d

Please sign in to comment.