Skip to content

Commit

Permalink
Update display of study results
Browse files Browse the repository at this point in the history
Remove counts for studies and consortia. Make both expandable defaulting to closed.
  • Loading branch information
marySalvi committed Mar 1, 2024
1 parent fabfe9b commit 4eabe8f
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 216 deletions.
2 changes: 1 addition & 1 deletion web/src/components/Presentation/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default defineComponent({
<v-col
v-if="!disablePagination"
cols="12"
class="pb-0"
>
<v-row
no-gutters
Expand All @@ -67,7 +68,6 @@ export default defineComponent({
cols="3"
>
<v-pagination

:value="page"
:length="Math.ceil(count / rows)"
:total-visible="7"
Expand Down
Loading

0 comments on commit 4eabe8f

Please sign in to comment.