Skip to content

Commit 71dad8a

Browse files
committed
Updated dist for json-schema-form#672
1 parent 4811a11 commit 71dad8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/schema-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ angular.module('schemaForm').provider('sfBuilder', ['sfPathProvider', function(s
200200
var items = args.fieldFrag.querySelector('[schema-form-array-items]');
201201
if (items) {
202202
state = angular.copy(args.state);
203-
state.keyRedaction = state.keyRedaction || 0;
203+
state.keyRedaction = 0;
204204
state.keyRedaction += args.form.key.length + 1;
205205

206206
// Special case, an array with just one item in it that is not an object.

0 commit comments

Comments
 (0)