Skip to content

Commit

Permalink
Merge pull request #115 from BBMRI-ERIC/fix/fix_negotiations_found_co…
Browse files Browse the repository at this point in the history
…unter

fix: counter display total number of negotiations
  • Loading branch information
RadovanTomik committed Feb 20, 2024
2 parents 88fbbb1 + 3961551 commit 0aefe93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NegotiationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
<div>
<div class="row row-cols-2 d-grid-row mt-3">
<p v-if="sortedNegotiations.length > 0">
<strong>Search results : </strong><br>
{{ sortedNegotiations.length }} Negotiations found
</p>
<strong>Search results : </strong><br>
<span class="text-muted">{{ pagination.totalElements }} Negotiations found</span>
</p>

<div class="text-end my-2">
<button
Expand Down

0 comments on commit 0aefe93

Please sign in to comment.