Skip to content

Commit

Permalink
LPD-44292 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Dec 17, 2024
1 parent 21b70ae commit 30611a4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,11 @@ public LayoutStructureItem addLayoutStructureItem(

formStyledLayoutStructureItem.setFormType(
_toFormType(formConfig.getFormType()));
formStyledLayoutStructureItem.setNumberOfSteps(
formConfig.getNumberOfSteps());

formStyledLayoutStructureItem.setIndexed(
pageFormDefinition.getIndexed());
formStyledLayoutStructureItem.setName(pageFormDefinition.getName());
formStyledLayoutStructureItem.setNumberOfSteps(
formConfig.getNumberOfSteps());

return formStyledLayoutStructureItem;
}
Expand Down

0 comments on commit 30611a4

Please sign in to comment.