Color Swatch Issue Fixed

This commit is contained in:
devansh bawari 2020-10-07 19:04:54 +05:30
parent f755e0a15c
commit 98f5ceb504
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>