Skip to content

Commit

Permalink
fix: disable pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskinsman committed Oct 20, 2021
1 parent 1f02b7f commit 38f95f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/client/src/views/Jobs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:custom-filter="filterOnlyCapsText"
:item-class="rowClasses"
:hide-default-footer="true"
:disable-pagination="true"
>
<template v-slot:top>
<v-text-field v-model="search" label="Search" class="mx-4" />
Expand Down

0 comments on commit 38f95f6

Please sign in to comment.