@dcrackel/hematournamentui 1.0.261 → 1.0.262
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.
|
@@ -10816,7 +10816,7 @@ const qg = /* @__PURE__ */ ie(fw, [["render", Iw]]), mw = {
|
|
|
10816
10816
|
this.$emit("update:closeModal", this.bout);
|
|
10817
10817
|
},
|
|
10818
10818
|
handleSubmitBout(n) {
|
|
10819
|
-
console.log("
|
|
10819
|
+
console.log("Event Wizard Modal!!"), console.log(n), this.$emit("update:submit", n);
|
|
10820
10820
|
}
|
|
10821
10821
|
}
|
|
10822
10822
|
}, Ew = { class: "flex w-full justify-end mt-1" };
|
|
@@ -10854,8 +10854,8 @@ function Bw(n, e, t, r, i, o) {
|
|
|
10854
10854
|
event: t.event,
|
|
10855
10855
|
rules: t.rules,
|
|
10856
10856
|
weapons: t.weapons,
|
|
10857
|
-
"
|
|
10858
|
-
}, null, 8, ["event", "rules", "weapons", "
|
|
10857
|
+
"onUpdate:submit": o.handleSubmitBout
|
|
10858
|
+
}, null, 8, ["event", "rules", "weapons", "onUpdate:submit"])
|
|
10859
10859
|
])
|
|
10860
10860
|
])) : T("", !0)
|
|
10861
10861
|
]),
|