Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
refactor(ui): Enable url without mail domain (datahub-project#6317)
Browse files Browse the repository at this point in the history
  • Loading branch information
djordje-mijatovic authored and cccs-tom committed Nov 18, 2022
1 parent 29ac776 commit 0c04131
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 133 deletions.
2 changes: 1 addition & 1 deletion datahub-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vx/shape": "^0.0.199",
"@vx/zoom": "^0.0.199",
"analytics": "^0.7.5",
"antd": "^4.16.0",
"antd": "4.17.4",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const AddLinkModal = ({ buttonProps, refetch }: AddLinkProps) => {
},
{
type: 'url',
warningOnly: true,
message: 'This field must be a valid url.',
},
]}
Expand Down
Loading

0 comments on commit 0c04131

Please sign in to comment.