We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fdfd9 commit 1836887Copy full SHA for 1836887
1 file changed
AddressOwnershipTool.Web/ClientApp/src/app/home/home.component.ts
@@ -32,7 +32,7 @@ export class HomeComponent implements OnInit {
32
private directoryValidationService: DirectoryValidationService,
33
private distributionService: DistributionService) {
34
this.directoryForm = new FormGroup({
35
- directoryPath: new FormControl('C:\\Temp\\cirrus', {
+ directoryPath: new FormControl('', {
36
validators: [Validators.required],
37
asyncValidators: [directoryExistsValidator(this.directoryValidationService)],
38
updateOn: 'blur'
0 commit comments