ballerina-core 1.0.218 → 1.0.219
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.
package/package.json
CHANGED
|
@@ -1215,9 +1215,9 @@ export const dispatchDefaultValue =
|
|
|
1215
1215
|
injectedPrimitives,
|
|
1216
1216
|
types,
|
|
1217
1217
|
forms,
|
|
1218
|
-
)(t.args[
|
|
1218
|
+
)(t.args[0], renderer.leftRenderer.renderer).Then((left) =>
|
|
1219
1219
|
ValueOrErrors.Default.return(
|
|
1220
|
-
PredicateValue.Default.sum(Sum.Default.
|
|
1220
|
+
PredicateValue.Default.sum(Sum.Default.left(left)),
|
|
1221
1221
|
),
|
|
1222
1222
|
)
|
|
1223
1223
|
: renderer.kind == "sumUnitDateRenderer"
|