Validation fixes, finished application creation, added required char (*) for required fields
This commit is contained in:
		| @@ -16,5 +16,6 @@ public class PastVisitModel | ||||
|  | ||||
|     /// Destination country of past visit | ||||
|     [MaxLength(ConfigurationConstraints.CountryNameLength)] | ||||
|     [Required] | ||||
|     public string DestinationCountry { get; set; } = null!; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user