Skip to content

Commit

Permalink
fix wrong key in navigation button
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinking committed Aug 15, 2024
1 parent 83cd3d1 commit 1d132d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/forms/classic/layout/Navigator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
type="button"
class="inline-flex items-center justify-center border-r border-content/10 py-1 hover:bg-content/10"
:class="[{ 'pointer-events-none opacity-25': store.isFirstBlock }]"
:aria-label="t('previous_page')"
:aria-label="t('page_previous')"
:aria-disabled="store.isFirstBlock"
:disabled="store.isFirstBlock"
@click="store.back()"
Expand Down

0 comments on commit 1d132d8

Please sign in to comment.