Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Mar 19, 2024
1 parent baaece2 commit fdfe21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/TheCourseSelectModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
show-cancel-button="focus"
:cancel-button-text="t('global.cancel')"
:placeholder="t('global.searchPlaceholder')"
autocapitalize="sentences"
mode="ios"
/>

Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
show-cancel-button="focus"
:cancel-button-text="t('global.cancel')"
:placeholder="t('global.searchPlaceholder')"
autocapitalize="sentences"
mode="ios"
/>

Expand Down

0 comments on commit fdfe21b

Please sign in to comment.