@dcrackel/hematournamentui 1.0.172 → 1.0.173

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.
@@ -28765,7 +28765,7 @@ const zL = /* @__PURE__ */ he(YS, [["render", nM]]), rM = {
28765
28765
  this.selectedVisibility = n;
28766
28766
  },
28767
28767
  handlePersonChange(n) {
28768
- this.localTournament.PrimaryContactId = n.PersonId;
28768
+ this.localTournament.PrimaryContact = n, this.localTournament.PrimaryContactId = n.PersonId;
28769
28769
  },
28770
28770
  handleTabMenuClick(n) {
28771
28771
  this.$emit("tab:menu-click", n);