Skip to content

Commit

Permalink
fix Bug 72311
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Dec 25, 2024
1 parent 9eee788 commit a791487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ public abstract class GroupRequestDtoBase
/// <summary>
/// Group name
/// </summary>
[StringLength(128)]
public string GroupName { get; set; }
}

0 comments on commit a791487

Please sign in to comment.