Skip to content

Commit ac045b1

Browse files
Add ui control
1 parent b5946bf commit ac045b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/frontend/src/app/core/containers/csv-upload-dialog/csv-upload-dialog.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ export class CsvUploadDialogComponent implements OnDestroy, OnInit {
528528
UnloadingPolicy: this.fb.control(''),
529529
CostPerHour: this.fb.control(''),
530530
CostPerTraveledHour: this.fb.control(''),
531+
CostPerKilometer: this.fb.control(''),
531532
FixedCost: this.fb.control(''),
532533
UsedIfRouteIsEmpty: this.fb.control(''),
533534
TravelDurationMultiple: this.fb.control(''),

0 commit comments

Comments
 (0)