Skip to content
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.

Commit

Permalink
#408 Validate fields related to documentation-systematic without-login
Browse files Browse the repository at this point in the history
  • Loading branch information
ambpro committed Oct 18, 2019
1 parent 12d95ae commit 91b5350
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export class CreateProjectComponent implements OnInit {
return this.formBuilder.group({
'type': [type],
'loginOption': [''],
'url': [''],
'executionFrequency': [''],
'url': ['', Validators.required],
'executionFrequency': ['', Validators.required],
'loginURL': [''],
'username': [''],
'usernameFieldName': [''],
Expand Down

0 comments on commit 91b5350

Please sign in to comment.