Skip to content

Commit

Permalink
fix: adding mapConditionalLogic to drawing item type M2-8274 (#909)
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Imperio <felipeimp@Felipes-MacBook-Pro.local>
  • Loading branch information
felipeMetaLab and Felipe Imperio authored Dec 2, 2024
1 parent 4c7f92f commit a8bdeb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entities/activity/model/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ function mapToDrawing(dto: DrawingItemDto): ActivityItem {
hasTopNavigation: dto.config.navigationToTop,
isHidden: dto.isHidden,
...mapAdditionalText(dto.config),
...mapConditionalLogic(dto.conditionalLogic),
};
}

Expand Down

0 comments on commit a8bdeb5

Please sign in to comment.