diff --git a/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js b/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js index cde5efc143d..29786808603 100644 --- a/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js +++ b/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js @@ -46,7 +46,6 @@ export const formatDataResponse = (hits) => { newData.entityType = hit._source.entity_type; newData.changeDescriptions = hit._source.change_descriptions; - return newData; });