소스 검색

Adding a few comments for clarity"

Richard Knight 6 년 전
부모
커밋
ffa1c6912c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/dynaform/services/_formdata-utils.ts

+ 1 - 1
src/app/dynaform/services/_formdata-utils.ts

@@ -71,7 +71,7 @@ const combineExtraMeta = (metaG, extraMeta, createFromExtra = false, containerSe
 		if (typeof metaG[key] === 'object' || createFromExtra) {
 			const isCon = isContainer(val);
 			const metaFoG = metaG[key] || {};
-			const seed = isCon ? {} : containerSeed; // Container's don't seed themselves
+			const seed = isCon ? {} : containerSeed; // Container's don't seed themselves, only their children
 			const extra = isCon ?
 				{
 					...val,