@veloceapps/sdk 8.0.0-121 → 8.0.0-123

Sign up to get free protection for your applications and to get access to all the features.
@@ -2036,7 +2036,7 @@ class QuoteResolver {
2036
2036
  }
2037
2037
  let navigateTo;
2038
2038
  const isAccountMode = this.contextService.mode === ConfigurationContextMode.ACCOUNT;
2039
- if (isAccountMode && this.quoteDraftService.hasAssets) {
2039
+ if (isAccountMode || this.quoteDraftService.hasAssets) {
2040
2040
  navigateTo = '/assets';
2041
2041
  }
2042
2042
  else if (this.quoteDraftService.hasProducts) {