fix(ui): fetch data product info for entity preview (#14800)

This commit is contained in:
purnimagarg1 2025-09-18 02:34:57 +05:30 committed by GitHub
parent 9ef4c3945e
commit df5148a610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,4 +357,7 @@ fragment entityPreview on Entity {
...versionProperties
}
}
... on DataProduct {
...dataProductFields
}
}