|
|
|
@@ -140,7 +140,7 @@ export const userTripForm = new FormGroup({ |
|
|
|
trip: new FormControl(null, [Validators.required]), |
|
|
|
user: new FormControl(null, [Validators.required]), |
|
|
|
captainName: new FormControl(null, []), |
|
|
|
completed: new FormControl(null, [Validators.required]), |
|
|
|
completed: new FormControl(null, []), |
|
|
|
signature: new FormControl(null, []), |
|
|
|
signatureUrl: new FormControl(null, []), |
|
|
|
completedDate: new FormControl(null, []), |
|
|
|
@@ -152,7 +152,7 @@ export const userTripJsonldForm = new FormGroup({ |
|
|
|
trip: new FormControl(null, [Validators.required]), |
|
|
|
user: new FormControl(null, [Validators.required]), |
|
|
|
captainName: new FormControl(null, []), |
|
|
|
completed: new FormControl(null, [Validators.required]), |
|
|
|
completed: new FormControl(null, []), |
|
|
|
signature: new FormControl(null, []), |
|
|
|
signatureUrl: new FormControl(null, []), |
|
|
|
completedDate: new FormControl(null, []), |
|
|
|
|