Skip to content

Commit

Permalink
Merge pull request #560 from ita-social-projects/Fix-bugs-#526-forFan…
Browse files Browse the repository at this point in the history
…s-Valerii-

Fix bugs #432 for fans valerii
  • Loading branch information
ValDekh authored Aug 7, 2023
2 parents 1784ea1 + 27cf482 commit 19711ba
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 19711ba

Please sign in to comment.