fix(front): use new input comp for search

This commit is contained in:
ArneBo 2025-03-16 23:59:42 +01:00
parent 7609bdca3f
commit 83326832aa
1 changed files with 1 additions and 1 deletions

View File

@ -117,9 +117,9 @@ const labels = computed(() => ({
<Input
id="reports-search"
ref="search"
v-model="query"
name="search"
search
:value="query"
:placeholder="labels.searchPlaceholder"
/>
</form>