@veloceapps/api 8.0.0-40 → 8.0.0-41
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.
@@ -434,7 +434,7 @@ class ConfigurationApiService {
|
|
434
434
|
const portDomains = { ...lineItem.portDomains };
|
435
435
|
for (const port of type?.ports ?? []) {
|
436
436
|
const portDomain = portDomains[port.name];
|
437
|
-
if (portDomain?.properties?.['domainComputation'] === '
|
437
|
+
if (portDomain?.properties?.['domainComputation'] === ('None')) {
|
438
438
|
portDomain.domainTypes = port.domainTypes;
|
439
439
|
}
|
440
440
|
}
|