@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.
@@ -10824,6 +10824,9 @@ class LoopStepComponent extends BaseStepComponent {
10824
10824
  this.config.title = stepTitle;
10825
10825
  }
10826
10826
  }
10827
+ if (changes['duration'] && this.config) {
10828
+ this.config.duration = changes['duration'].currentValue || 0;
10829
+ }
10827
10830
  if (changes['stepDeleted'] && this.config) {
10828
10831
  this.config.stepDeleted = changes['stepDeleted'].currentValue;
10829
10832
  }