Skip to content

Commit

Permalink
- revert lint change
Browse files Browse the repository at this point in the history
  • Loading branch information
Severin Beauvais committed Oct 16, 2024
1 parent 288a847 commit 6989660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/new-request/business-lookup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
id="business-lookup"
>
<v-autocomplete
v-model:search-input="searchField"
filled
no-filter
:hide-no-data="state != States.NO_RESULTS"
:items="searchResults"
:loading="state === States.SEARCHING"
:name="Math.random()"
:search-input.sync="searchField"
append-icon="mdi-magnify"
autocomplete="chrome-off"
autofocus
Expand Down

0 comments on commit 6989660

Please sign in to comment.