diff --git a/assets/product-form.js b/assets/product-form.js index e03513afc..00082b744 100644 --- a/assets/product-form.js +++ b/assets/product-form.js @@ -645,6 +645,7 @@ class ProductFormComponent extends Component { const { variantId } = this.refs; variantId.value = event.detail.resource?.id ?? ''; + variantId.dispatchEvent(new Event('change', { bubbles: true })); this.#variantChangeInProgress = false;