Merge pull request #4022 from devansh-webkul/color_swatch_issue

Fixed color swatch issue #3980
This commit is contained in:
Jitendra Singh 2020-10-07 19:22:26 +05:30 committed by GitHub
commit c2db69289f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@
<tbody>
<tr v-for="(row, index) in optionRows">
<tr v-for="(row, index) in optionRows" :key="row.id">
<td v-if="show_swatch && swatch_type == 'color'">
<swatch-picker :input-name="'options[' + row.id + '][swatch_value]'" :color="row.swatch_value" colors="text-advanced" show-fallback />
</td>