@dcrackel/hematournamentui 1.0.351 → 1.0.352

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.
@@ -29785,7 +29785,7 @@ const Ts = /* @__PURE__ */ ie(ZM, [["render", nO]]), rO = {
29785
29785
  this.tournament.AddressId = 0, this.tournament.Address = n, this.$emit("add:newAddress", n);
29786
29786
  },
29787
29787
  handleAddressUpdate(n) {
29788
- this.tournament.addressId = n.AddressId, this.$emit("update:address", n);
29788
+ this.tournament.addressId = n.AddressId, console.log("UI Updated Address:", n), this.$emit("update:address", n);
29789
29789
  },
29790
29790
  handleDateUpdate(n) {
29791
29791
  this.tournament.startDate = n, this.$emit("update:startDate", n);