@veloceapps/sdk 9.0.0-6 → 9.0.0-7

Sign up to get free protection for your applications and to get access to all the features.
@@ -822,7 +822,7 @@ class FlowService {
822
822
  return this.legacyApplyConfiguration();
823
823
  }
824
824
  else {
825
- return this.configurationStateService.saveConfiguration('', true).pipe(switchMap(() => this.configurationStateService.cancelConfiguration()), switchMap(() => this.flowStateService.dispatch$(UITemplateType.FLOW_ENGINE, 'MODIFY_ASSETS', {
825
+ return this.configurationStateService.saveConfiguration(true).pipe(switchMap(() => this.configurationStateService.cancelConfiguration()), switchMap(() => this.flowStateService.dispatch$(UITemplateType.FLOW_ENGINE, 'MODIFY_ASSETS', {
826
826
  addConfiguringAssetId: true,
827
827
  enable: true,
828
828
  })));