@veloceapps/sdk 8.0.0-111 → 8.0.0-112

Sign up to get free protection for your applications and to get access to all the features.
@@ -805,7 +805,7 @@ class FlowGuidedSellingService {
805
805
  constructor(integrationState) {
806
806
  this.integrationState = integrationState;
807
807
  this.cleanup$ = new Subject();
808
- this.isVisibleSubj$ = new BehaviorSubject(true);
808
+ this.isVisibleSubj$ = new BehaviorSubject(false);
809
809
  this.isVisible$ = this.isVisibleSubj$.asObservable();
810
810
  this.initSubscriptions();
811
811
  }