Skip to content

Commit

Permalink
Merge pull request #608 from ita-social-projects/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MementoMorj authored Aug 11, 2023
2 parents fcc4320 + 19711ba commit 77b68ee
Show file tree
Hide file tree
Showing 7 changed files with 2,195 additions and 5 deletions.
1 change: 0 additions & 1 deletion Streetcode/StreetCode.Client
Submodule StreetCode.Client deleted from 31167a
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Streetcode.BLL.DTO.Sources
public class StreetcodeCategoryContentDTO
{
[Required]
[MaxLength(1000)]
[MaxLength(10000)]
public string Text { get; set; }

[Required]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Streetcode.DAL.Entities.Sources;
public class StreetcodeCategoryContent
{
[Required]
[MaxLength(1000)]
[MaxLength(10000)]
public string? Text { get; set; }

[Required]
Expand Down
Loading

0 comments on commit 77b68ee

Please sign in to comment.