Skip to content

Commit eed191c

Browse files
authored
fix(datahub-web-react): Fix icons not rendering for domains on autocomplete search results (#15096)
1 parent 96c20cb commit eed191c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datahub-web-react/src/graphql/search.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ fragment autoCompleteFields on Entity {
223223
parentDomains {
224224
...parentDomainsFields
225225
}
226+
displayProperties {
227+
...displayPropertiesFields
228+
}
226229
}
227230
... on DataProduct {
228231
properties {

0 commit comments

Comments
 (0)