@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.
@@ -820,7 +820,7 @@ class FlowGuidedSellingService {
820
820
  constructor(integrationState) {
821
821
  this.integrationState = integrationState;
822
822
  this.cleanup$ = new Subject();
823
- this.isVisibleSubj$ = new BehaviorSubject(true);
823
+ this.isVisibleSubj$ = new BehaviorSubject(false);
824
824
  this.isVisible$ = this.isVisibleSubj$.asObservable();
825
825
  this.initSubscriptions();
826
826
  }