@dcrackel/hematournamentui 1.0.366 → 1.0.367

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.
@@ -36184,8 +36184,8 @@ const vL = /* @__PURE__ */ ie(fL, [["render", QL], ["__scopeId", "data-v-755be0f
36184
36184
  },
36185
36185
  handleSubmitBout(n) {
36186
36186
  this.showEditBoutModal = !1, this.showDirectorModal = !1;
36187
- const e = this.boutsData.find((t) => t.BoutId === n.BoutId);
36188
- Object.assign(e, n), e.Status = "Completed", e.Ended = (/* @__PURE__ */ new Date()).toISOString(), console.log(e), this.$emit("submit:bout", e);
36187
+ const e = this.activeBouts.find((t) => t.BoutId === n.BoutId);
36188
+ Object.assign(e, n), e.Status = "Completed", e.Ended = (/* @__PURE__ */ new Date()).toISOString(), console.log("Bracket SUBMIT BOUT", e), this.$emit("submit:bout", e);
36189
36189
  },
36190
36190
  directBout(n) {
36191
36191
  n.Person1.PersonId === 0 || n.Person2.PersonId === 0 || (n.Status = "Active", this.showDirectorModal = !0, this.selectedBout = n, this.$emit("update:directing-bout", n));