Skip to content

Commit

Permalink
Merge pull request #60 from heseya/SK-922
Browse files Browse the repository at this point in the history
autocomplete manufactures
  • Loading branch information
KrystianEscolaSoft authored Dec 6, 2024
2 parents 5ca01a7 + 9498f5f commit 2fba743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/modules/manufacturers/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div>
<h2 class="manufacturers__title">{{ $t('relatedProducts') }}</h2>
<autocomplete-input
key="product_ids"
:key="form.product_ids?.length || 0"
v-model="form.product_ids"
:label="`${$t('products')}`"
model-url="products"
Expand Down Expand Up @@ -101,7 +101,6 @@ export default defineComponent({
computed: {
form: {
get(): ManufacturerDto {
console.log('form', this.value)
return this.value
},
set(v: ManufacturerDto) {
Expand Down

0 comments on commit 2fba743

Please sign in to comment.