@veloceapps/sdk 8.0.0-121 → 8.0.0-122

Sign up to get free protection for your applications and to get access to all the features.
@@ -2063,7 +2063,7 @@ class QuoteResolver {
2063
2063
  }
2064
2064
  let navigateTo;
2065
2065
  const isAccountMode = this.contextService.mode === ConfigurationContextMode.ACCOUNT;
2066
- if (isAccountMode && this.quoteDraftService.hasAssets) {
2066
+ if (isAccountMode || this.quoteDraftService.hasAssets) {
2067
2067
  navigateTo = '/assets';
2068
2068
  }
2069
2069
  else if (this.quoteDraftService.hasProducts) {