@milaboratories/graph-maker 1.1.91 → 1.1.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19670,7 +19670,7 @@ const Lme = {
19670
19670
  }
19671
19671
  return Br(() => r.value.uniqueValuesData.value, (f) => {
19672
19672
  n.info.axesToBeFixed.forEach((A) => {
19673
- a.value[A].axisValue === void 0 && (a.value[A].axisValue = f[A].list[0]);
19673
+ a.value[A].axisValue === void 0 && f[A] && (a.value[A].axisValue = f[A].list[0], i("update:modelValue", a.value));
19674
19674
  });
19675
19675
  }, { immediate: !0 }), (f, A) => (Ee(), Ue("div", {
19676
19676
  ref_key: "chipRoot",