Skip to content

Commit c3e3393

Browse files
authored
1 parent 5d20801 commit c3e3393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/schema-form.js

+1-1
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)