@veloceapps/sdk 9.0.0-5 → 9.0.0-7

Sign up to get free protection for your applications and to get access to all the features.
@@ -834,7 +834,7 @@ class FlowService {
834
834
  return this.legacyApplyConfiguration();
835
835
  }
836
836
  else {
837
- return this.configurationStateService.saveConfiguration('', true).pipe(switchMap(() => this.configurationStateService.cancelConfiguration()), switchMap(() => this.flowStateService.dispatch$(UITemplateType.FLOW_ENGINE, 'MODIFY_ASSETS', {
837
+ return this.configurationStateService.saveConfiguration(true).pipe(switchMap(() => this.configurationStateService.cancelConfiguration()), switchMap(() => this.flowStateService.dispatch$(UITemplateType.FLOW_ENGINE, 'MODIFY_ASSETS', {
838
838
  addConfiguringAssetId: true,
839
839
  enable: true,
840
840
  })));