Skip to content

Commit

Permalink
fix: fix jobs pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Mar 14, 2024
1 parent 99c21c6 commit 2e45754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/jobs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<v-row>
<v-col>
<v-data-table-server
:page="page"
:items-per-page="itemsPerPage"
v-model:page="page"
v-model:items-per-page="itemsPerPage"
:headers="headers"
:items="serverItems"
:items-length="totalItems"
Expand Down

0 comments on commit 2e45754

Please sign in to comment.