Skip to content

Commit 458e601

Browse files
committed
Migrates Pull #672
1 parent 439e3d0 commit 458e601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function(sfPathProvider) {
133133
var items = args.fieldFrag.querySelector('[schema-form-array-items]');
134134
if (items) {
135135
state = angular.copy(args.state);
136-
state.keyRedaction = state.keyRedaction || 0;
136+
state.keyRedaction = 0;
137137
state.keyRedaction += args.form.key.length + 1;
138138

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

0 commit comments

Comments
 (0)