test
parent
0cda542cd3
commit
07482f76ee
|
@ -1117,6 +1117,8 @@ class VariantSelects extends HTMLElement {
|
|||
}
|
||||
|
||||
updateMedia() {
|
||||
console.log('updateMedia', this.currentVariant);
|
||||
|
||||
if (!this.currentVariant) return;
|
||||
if (!this.currentVariant.featured_media) return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue