bug fix
This commit is contained in:
parent
1ac8257fba
commit
a88bb0a58e
|
@ -748,6 +748,9 @@ export class PlanFieldIndicator {
|
|||
if (section.hasTemplates) {
|
||||
this._fieldControlNames.push(`descriptionTemplates.${section.id}`);
|
||||
} else {
|
||||
|
||||
if (section.fields == null || section.fields?.length == 0) return;
|
||||
|
||||
section.fields.forEach((field: FieldInSection) => {
|
||||
switch (field.category) {
|
||||
case PlanBlueprintFieldCategory.System:
|
||||
|
|
Loading…
Reference in New Issue