Skip to content

Commit

Permalink
Merge pull request #1421 from ita-social-projects/feature/issue-1770
Browse files Browse the repository at this point in the history
feature/issue-1770
  • Loading branch information
sashapanasiuk5 authored Sep 22, 2024
2 parents 956bb26 + f951f1f commit 3eafa53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ const NewsModal: React.FC<{
rules={[
{ required: true, message: 'Введіть Посилання' },
{
pattern: /^[a-z-]+$/,
pattern: /^[0-9a-z-]+$/,
message:
'Посилання має містити лише малі латинські літери та дефіс',
'Посилання має містити лише малі латинські літери, цифри та дефіс',
},
{
validator: async (_, value) => {
Expand Down

0 comments on commit 3eafa53

Please sign in to comment.