@dcrackel/hematournamentui 1.0.604 → 1.0.606
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.
|
@@ -10601,7 +10601,7 @@ const Ev = /* @__PURE__ */ oe(uv, [["render", Bv]]), Qv = {
|
|
|
10601
10601
|
this.eventConfig.DEType = n.RuleValue;
|
|
10602
10602
|
break;
|
|
10603
10603
|
case 16:
|
|
10604
|
-
this.eventConfig.PoolScoreDirection = n.RuleValue;
|
|
10604
|
+
this.eventConfig.PoolScoreDirection = n.RuleValue === "true" || n.RuleValue === !0;
|
|
10605
10605
|
break;
|
|
10606
10606
|
case 17:
|
|
10607
10607
|
this.eventConfig.DEPromoteBy = n.RuleValue;
|