shx-3d-render

main
Jan Umbach 2024-06-23 12:25:52 +02:00
parent 04fdb285f9
commit e2f7fa09a1
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@
console.log("swatch",swatch);
html += `
<input type="radio" id="${inputID}-${swatch}" form="product-form-${section_id}" name="properties[${inputName}]" value="${swatchObj.name} #${color}" ${inputVal === swatch ? 'checked' : ''}>
<input type="radio" id="${inputID}-${swatch}" form="product-form-${section_id}" name="properties[${inputName}]" value="${swatchObj.name}" ${inputVal === swatch ? 'checked' : ''}>
<label for="${inputID}-${swatch}" style="background-color: #f55;">
`;