diff --git a/datahub-web-react/src/app/entityV2/shared/components/styled/search/EmbeddedListSearch.tsx b/datahub-web-react/src/app/entityV2/shared/components/styled/search/EmbeddedListSearch.tsx index 4c7218b9df9fa..b8d47ba4d4c6d 100644 --- a/datahub-web-react/src/app/entityV2/shared/components/styled/search/EmbeddedListSearch.tsx +++ b/datahub-web-react/src/app/entityV2/shared/components/styled/search/EmbeddedListSearch.tsx @@ -354,8 +354,8 @@ export const EmbeddedListSearch = ({ let errorMessage = ''; if (error) { - errorMessage = - 'Failed to load results! An unexpected error occurred. This may be due to a timeout when fetching lineage results.'; + console.error('Failed to load results', error); + errorMessage = `Failed to load results due to an unexpected error. Please try again later.`; } return (