Skip to content

Commit

Permalink
chore(frontend): Set label attribute for NcTextField
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Jul 17, 2023
1 parent 1736c14 commit 7df1f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:show-details="showing('details')">
<div class="page-list-headerbar">
<NcTextField name="pageFilter"
:label="t('collectives', 'Search pages')"
:value.sync="filterString"
class="page-filter"
:placeholder="t('collectives', 'Search pages ...')" />
Expand Down

0 comments on commit 7df1f36

Please sign in to comment.