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

Check warning on line 8 in app/src/components/new-request/business-lookup.vue

View workflow job for this annotation

GitHub Actions / namerequest-ci / linting-pnpm (21, 9)

'v-model' directives require no argument
no-filter
:hide-no-data="state != States.NO_RESULTS"
:items="searchResults"
:loading="state === States.SEARCHING"
:name="Math.random()"
:search-input.sync="searchField"

Check warning on line 14 in app/src/components/new-request/business-lookup.vue

View workflow job for this annotation

GitHub Actions / namerequest-ci / verify-build (21, 9)

'.sync' modifier on 'v-bind' directive is deprecated. Use 'v-model:propName' instead
append-icon="mdi-magnify"
autocomplete="chrome-off"
autofocus
Expand Down

0 comments on commit 6989660

Please sign in to comment.