@dcrackel/hematournamentui 1.0.219 → 1.0.220
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.
|
@@ -31614,7 +31614,7 @@ const nR = /* @__PURE__ */ ae(WP, [["render", tR]]), rR = {
|
|
|
31614
31614
|
this.$emit("remove:fencer", n);
|
|
31615
31615
|
},
|
|
31616
31616
|
handleSelectPool() {
|
|
31617
|
-
console.log("handleSelectPool"
|
|
31617
|
+
console.log("handleSelectPool", this.poolId), this.mode.toLocaleLowerCase() === "live" && this.$emit("select:pool", this.poolId);
|
|
31618
31618
|
}
|
|
31619
31619
|
}
|
|
31620
31620
|
}, iR = { class: "flex flex-row justify-between mb-2" }, oR = { class: "text-xl font-bold mb-2 flex" }, sR = {
|