@veloceapps/sdk 11.0.0-27 → 11.0.0-28

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.
@@ -1458,7 +1458,7 @@ const resolveUIDefinition = () => {
1458
1458
  if (!productId || !(customizationService === null || customizationService === void 0 ? void 0 : customizationService.getUiDefinition)) {
1459
1459
  return of(undefined);
1460
1460
  }
1461
- return customizationService.getUiDefinition(productId);
1461
+ return customizationService.getUiDefinition(flowInfoService.context);
1462
1462
  }), switchMap(uiDefContainer => {
1463
1463
  // Resolve UIDefinition from the org
1464
1464
  if (uiDefContainer) {