@dcrackel/hematournamentui 1.0.696 → 1.0.697

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.
@@ -38334,7 +38334,7 @@ const DL = {
38334
38334
  handleCloseModal(t) {
38335
38335
  if (this.showDirectorModal = !1, this.showEditBoutModal = !1, t.Status !== "Completed") {
38336
38336
  const e = this.localBouts.find((n) => n.BoutId === t.BoutId);
38337
- e && (e.Status = "Scheduled", e.Score1 = 0, e.Score2 = 0), this.$emit("update:bout", e);
38337
+ e && (e.Status = "Scheduled"), this.$emit("update:bout", e);
38338
38338
  }
38339
38339
  },
38340
38340
  handleTabMenuClick(t) {