@cqa-lib/cqa-ui 1.1.302 → 1.1.303

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.
@@ -10766,6 +10766,9 @@ class LoopStepComponent extends BaseStepComponent {
10766
10766
  this.config.title = stepTitle;
10767
10767
  }
10768
10768
  }
10769
+ if (changes['duration'] && this.config) {
10770
+ this.config.duration = changes['duration'].currentValue || 0;
10771
+ }
10769
10772
  if (changes['stepDeleted'] && this.config) {
10770
10773
  this.config.stepDeleted = changes['stepDeleted'].currentValue;
10771
10774
  }