We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439e3d0 commit 458e601Copy full SHA for 458e601
src/services/builder.js
@@ -133,7 +133,7 @@ export default function(sfPathProvider) {
133
var items = args.fieldFrag.querySelector('[schema-form-array-items]');
134
if (items) {
135
state = angular.copy(args.state);
136
- state.keyRedaction = state.keyRedaction || 0;
+ state.keyRedaction = 0;
137
state.keyRedaction += args.form.key.length + 1;
138
139
// Special case, an array with just one item in it that is not an object.
0 commit comments