Skip to content

Commit

Permalink
Changed datestring max length to 100 instead of 50 (#901) (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adeodonne authored Dec 7, 2023
1 parent a9ec0aa commit 8490f60
Show file tree
Hide file tree
Showing 4 changed files with 1,635 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class StreetcodeContent
public string? Teaser { get; set; }

[Required]
[MaxLength(50)]
[MaxLength(100)]
public string? DateString { get; set; }

[MaxLength(50)]
Expand Down
Loading

0 comments on commit 8490f60

Please sign in to comment.