Skip to content

Commit

Permalink
fix(ui): show external url also in entity profile of containers (#10390)
Browse files Browse the repository at this point in the history
Co-authored-by: Harshal Sheth <[email protected]>
  • Loading branch information
2 people authored and yoonhyejin committed Jul 16, 2024
1 parent aa8b508 commit 65edde6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datahub-web-react/src/graphql/container.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ query getContainer($urn: String!) {
properties {
name
description
externalUrl
customProperties {
key
value
Expand Down

0 comments on commit 65edde6

Please sign in to comment.