Fin opportunity
This commit is contained in:
@@ -35,7 +35,7 @@ export class StaffCard {
|
||||
|
||||
staffForm = new FormGroup({
|
||||
f4T2NumberApproval: new FormControl<string>(null, [Validators.required]),
|
||||
f4T2ExpirationDate: new FormControl<string>(null, [Validators.required]),
|
||||
f4T2ExpirationDate: new FormControl<Date>(null, [Validators.required]),
|
||||
})
|
||||
|
||||
async submitForm() {
|
||||
|
||||
Reference in New Issue
Block a user