management and delivery improvements
CI / build (push) Has been skipped
CI / deploy (push) Successful in 44s

This commit is contained in:
2026-03-18 11:42:21 -05:00
parent 716a06ee28
commit fb7b138371
6 changed files with 118 additions and 11 deletions
+4
View File
@@ -96,8 +96,12 @@ const EstimateBuilder: Component<EstimateBuilderProps> = (props) => {
name: 'New Scope',
managementFee: 0,
managementFeeType: 'percent',
managementFeeQuantity: 1,
managementFeeRate: 0,
deliveryFee: 0,
deliveryFeeType: 'percent',
deliveryFeeQuantity: 1,
deliveryFeeRate: 0,
useManagementLogic: 'percent',
useDeliveryLogic: 'percent',
estimatorNotes: '',