This commit is contained in:
Quincy Morgan
2020-10-09 08:58:51 -04:00
parent f77b6ee39e
commit 42fd0a8ea8
+1 -1
View File
@@ -32,7 +32,7 @@ export function uiSuccess(context) {
let ociFeatures = {};
Object.values(ociResources).forEach(resource => {
const feature = loco.resolveLocationSet(resource.locationSet);
const feature = loco.resolveLocationSet(resource.locationSet).feature;
let ociFeature = ociFeatures[feature.id];
if (!ociFeature) {
ociFeature = JSON.parse(JSON.stringify(feature)); // deep clone