Skip to content

Commit

Permalink
chore: remove second page selector from search page
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Mar 25, 2024
1 parent 9289440 commit 8c7c951
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,5 @@ async function onPageChange(newPage: number) {
</p>
</div>
</MiniCard>

<UPagination size="lg" class="my-8" v-if="totalItems > pageSize" v-model="page" :page-count="10" :total="totalItems" @change="onPageChange" />

</div>
</template>

0 comments on commit 8c7c951

Please sign in to comment.