Skip to content

Commit f9cd469

Browse files
committed
update comment
1 parent 13bd2c6 commit f9cd469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywebexec/static/jsonform/lib/jsonform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ formNode.prototype.computeInitialValues = function (values, ignoreDefaultValues)
24792479
// be a complex structure that needs to be pushed down the subtree.
24802480
// The easiest way is probably to generate a "values" object and
24812481
// compute initial values from that object
2482-
// fjo start: TODO convert this.key to be used in values
2482+
// fjo start: add default values
24832483
else if (this.schemaElement['default']) {
24842484
values = {};
24852485
setNestedValue(values, this.key, this.schemaElement['default']);

0 commit comments

Comments
 (0)