@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.
@@ -1438,7 +1438,7 @@ const resolveUIDefinition = () => {
1438
1438
  if (!productId || !customizationService?.getUiDefinition) {
1439
1439
  return of(undefined);
1440
1440
  }
1441
- return customizationService.getUiDefinition(productId);
1441
+ return customizationService.getUiDefinition(flowInfoService.context);
1442
1442
  }), switchMap(uiDefContainer => {
1443
1443
  // Resolve UIDefinition from the org
1444
1444
  if (uiDefContainer) {