We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d022eae commit 48ee4dcCopy full SHA for 48ee4dc
src/client/js/services/record-handler.ts
@@ -338,7 +338,7 @@ module fng.services {
338
schemaEntry.array &&
339
simpleArrayNeedsX(schemaEntry) &&
340
thisField &&
341
- !(thisField.length > 0 && thisField[0].x) // Don't keep on coverting
+ !(thisField.length > 0 && thisField[0]?.x) // Don't keep on coverting
342
) {
343
for (var k = 0; k < thisField.length; k++) {
344
thisField[k] = { x: thisField[k] };
0 commit comments