We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b62c544 + 28164c8 commit 661d310Copy full SHA for 661d310
templates/vue/components/foo/List.vue
@@ -32,7 +32,7 @@
32
@click="getPage(view['hydra:next'])">Next</button>
33
34
<button
35
- :disabled="view['hydra:last']"
+ :disabled="!view['hydra:last']"
36
type="button"
37
class="btn btn-basic btn-sm"
38
@click="getPage(view['hydra:last'])">Last</button>
0 commit comments