Validation fixes, finished application creation, added required char (*) for required fields
This commit is contained in:
		| @@ -12,6 +12,7 @@ public class PastVisaModel | ||||
|  | ||||
|     /// Name of visa | ||||
|     [MaxLength(ConfigurationConstraints.VisaNameLength)] | ||||
|     [Required] | ||||
|     public string Name { get; set; } = null!; | ||||
|  | ||||
|     /// Date when visa expires | ||||
|   | ||||
		Reference in New Issue
	
	Block a user