Skip to content
Snippets Groups Projects
Verified Commit 2d704a41 authored by Julian's avatar Julian Committed by Jonathan Weth
Browse files

Move icon out of search input to be in line with other menu icons

parent 8a34b109
No related branches found
No related tags found
1 merge request!1098Resolve "Make progress page and search bar use GraphQL"
......@@ -38,9 +38,9 @@ export default {
<form method="get" ref="form" :action="action" id="search-form">
<v-autocomplete
:prepend-inner-icon="'mdi-magnify'"
:prepend-icon="'mdi-magnify'"
append-icon=""
@click:prepend-inner="submit"
@click:prepend="submit"
single-line
clearable
:loading="!!isLoading"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment