mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 00:40:06 +00:00
fix(datahub-web-react): Fix icons not rendering for domains on autocomplete search results (#15096)
This commit is contained in:
parent
96c20cb81f
commit
eed191c72e
@ -223,6 +223,9 @@ fragment autoCompleteFields on Entity {
|
|||||||
parentDomains {
|
parentDomains {
|
||||||
...parentDomainsFields
|
...parentDomainsFields
|
||||||
}
|
}
|
||||||
|
displayProperties {
|
||||||
|
...displayPropertiesFields
|
||||||
|
}
|
||||||
}
|
}
|
||||||
... on DataProduct {
|
... on DataProduct {
|
||||||
properties {
|
properties {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user