Skip to content

Commit

Permalink
fix(ui) Display Term Group name properly in Recently Viewed (#5528)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 authored Aug 1, 2022
1 parent 465e2c6 commit 160f8e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions datahub-web-react/src/graphql/preview.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@ fragment entityPreview on Entity {
...deprecationFields
}
}
... on GlossaryNode {
properties {
name
description
}
}
... on MLFeatureTable {
urn
type
Expand Down

0 comments on commit 160f8e8

Please sign in to comment.