mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-20 05:28:32 +00:00
fix(ui): fetch data product info for entity preview (#14800)
This commit is contained in:
parent
9ef4c3945e
commit
df5148a610
@ -357,4 +357,7 @@ fragment entityPreview on Entity {
|
|||||||
...versionProperties
|
...versionProperties
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
... on DataProduct {
|
||||||
|
...dataProductFields
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user