@veloceapps/sdk 8.0.0-121 → 8.0.0-123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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) {