qol: make attachment comments optional
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Disco.Models.Repository
|
||||
[Required, StringLength(500)]
|
||||
public string MimeType { get; set; }
|
||||
public DateTime Timestamp { get; set; }
|
||||
[StringLength(500), Required]
|
||||
[StringLength(500)]
|
||||
public string Comments { get; set; }
|
||||
|
||||
public string DocumentTemplateId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user