@dcrackel/hematournamentui 1.0.112 → 1.0.113

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.
@@ -31632,7 +31632,7 @@ const ZO = /* @__PURE__ */ ye(qO, [["render", YO]]), GO = {
31632
31632
  },
31633
31633
  directBout(n) {
31634
31634
  const e = this.bouts.find((t) => t.BoutId === n.BoutId);
31635
- e && (e.Status = "Active", this.showDirectorModal = !0, this.selectedBout = e);
31635
+ e && (e.Status = "Active", this.showDirectorModal = !0, this.selectedBout = e), this.$emit("update:directing-bout", e);
31636
31636
  },
31637
31637
  editBout(n) {
31638
31638
  this.bouts.find((t) => t.BoutId === n.BoutId) && (this.showEditBoutModal = !0, this.selectedBout = n);