fix(eslint issue)

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-12-14 13:54:11 +01:00
parent 9899e1eefb
commit a01fa219cc
1 changed files with 1 additions and 2 deletions

View File

@ -100,8 +100,7 @@
{{ !$store.state.public? t('bookmarks', 'The RSS feed requires authentication with your Nextcloud credentials') : '' }}
</NcActionButton>
</NcActions>
<NcTextField
:value.sync="search"
<NcTextField :value.sync="search"
:label="t('bookmarks','Search')"
:placeholder="t('bookmarks','Search')"
class="inline-search"