Merge branch 'master' into variant_issue

Merged With Master
This commit is contained in:
devansh bawari 2020-10-08 10:01:44 +05:30
commit b8c2b4335e
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>