fix(front): use new input comp for search
This commit is contained in:
parent
7609bdca3f
commit
83326832aa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue