Skip to content

Commit

Permalink
Merge pull request #1032 from 3YOURMIND/fix-pagination-disable-back-b…
Browse files Browse the repository at this point in the history
…utton
  • Loading branch information
FlorianWendelborn authored Dec 10, 2024
2 parents 0fba74a + defcbb2 commit 4624bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kotti-ui/source/kotti-pagination/KtPagination.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<ul class="kt-pagination">
<li :class="paginatorClasses(0)" @click="previousPage">
<li :class="paginatorClasses(1)" @click="previousPage">
<i
class="yoco kt-pagination__page-button"
v-text="Yoco.Icon.CHEVRON_LEFT"
Expand Down

0 comments on commit 4624bdd

Please sign in to comment.