Merge pull request #4912 from amirfrd/fix-product-variant-accordian-issue

fix variants issule on add or delete
This commit is contained in:
Glenn Hermans 2021-06-10 12:58:37 +02:00 committed by GitHub
commit 2ed340d404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@
<tbody>
<variant-item v-for='(variant, index) in variants' :variant="variant" :key="index"
:index="variant.id"
:index="index"
@onRemoveVariant="removeVariant($event)"></variant-item>
</tbody>
@ -550,4 +550,4 @@
}
});
</script>
@endpush
@endpush