@the-liberators/ngx-scrumteamsurvey-tools 2.3.71 → 2.3.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3577,6 +3577,7 @@ class TopicSelectorComponent {
3577
3577
  writeValue(dto) {
3578
3578
  this.topicSelectionDto = dto;
3579
3579
  this.wireUpTopicSelection();
3580
+ this.onChange(this.topicSelectionDto);
3580
3581
  }
3581
3582
  setDisabledState(isDisabled) {
3582
3583
  if (isDisabled) {