Merge pull request #4022 from devansh-webkul/color_swatch_issue
Fixed color swatch issue #3980
This commit is contained in:
commit
c2db69289f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue