Skip to content

Commit

Permalink
community link regex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Jun 17, 2024
1 parent f83151c commit 244e6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function decorateFields(row) {
id: 'community-url-details',
class: 'text-input',
placeholder: text,
pattern: '^https:\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?$',
pattern: '^https:\\/\\/[a-z0-9]+([\\-\\.]{1}[a-z0-9]+)*\\.[a-z]{2,5}(:[0-9]{1,5})?(\\/.*)?$',
size: 'xl',
});

Expand Down

0 comments on commit 244e6b9

Please sign in to comment.