Skip to content

Commit

Permalink
Merge pull request #795 from ita-social-projects/hot-fix-max-char-team
Browse files Browse the repository at this point in the history
commit
  • Loading branch information
MementoMorj authored Sep 19, 2023
2 parents 32ea9de + dc4e914 commit 9108cef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const TeamModal: React.FC<{
name="description"
label="Опис: "
>
<TextArea showCount maxLength={48} />
<TextArea showCount maxLength={70} />
</Form.Item>

<Form.Item
Expand Down

0 comments on commit 9108cef

Please sign in to comment.