Skip to content

Commit

Permalink
refactor(ui): Enable url without mail domain (#6317)
Browse files Browse the repository at this point in the history
  • Loading branch information
djordje-mijatovic authored Nov 3, 2022
1 parent dd19976 commit ff885f0
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 ff885f0

Please sign in to comment.