Skip to content

Commit

Permalink
Update QuestionnaireViewModel questionnaireItemParentMap initializati…
Browse files Browse the repository at this point in the history
…on (#3304)
  • Loading branch information
DebbieArita authored May 31, 2024
1 parent e90bb4e commit 5b10cfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ constructor(
configurationRegistry.retrieveConfiguration(ConfigType.Application)
}

private lateinit var questionnaireItemParentMap:
Map<Questionnaire.QuestionnaireItemComponent, Questionnaire.QuestionnaireItemComponent>
private var questionnaireItemParentMap:
Map<Questionnaire.QuestionnaireItemComponent, Questionnaire.QuestionnaireItemComponent> = mutableMapOf()

private val questionnaireLaunchContextMap: Map<String, Resource>? = null

Expand Down

0 comments on commit 5b10cfb

Please sign in to comment.