Denormalised inline calculations to property documents, needs to be referenced by UI still

This commit is contained in:
Stefan Zermatten
2021-01-29 12:29:01 +02:00
parent 9c799e3dc9
commit 1167538977
25 changed files with 360 additions and 118 deletions

View File

@@ -18,6 +18,7 @@ export default function computeEndStepProperty(prop, memo){
break;
case 'propertySlot':
computeSlot(prop, memo);
break;
}
}