@veloceapps/sdk 11.0.0-1 → 11.0.0-2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2177,9 +2177,8 @@ class ConfigurationStateService {
2177
2177
  }
2178
2178
  }), takeUntil(this.canceledConfiguration$));
2179
2179
  }
2180
- saveConfiguration(first, second) {
2180
+ saveConfiguration(flow) {
2181
2181
  var _a, _b, _c, _d;
2182
- const flow = typeof first === 'boolean' ? first : second;
2183
2182
  if (this.isStatefulConfiguration) {
2184
2183
  return this.flowStateApiService
2185
2184
  .saveConfiguration((_a = this.flowStateService.stateId) !== null && _a !== void 0 ? _a : '', (_b = this.stateId) !== null && _b !== void 0 ? _b : '')