mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
fix(web) accurate error message for embeddedlistsearch (#12622)
This commit is contained in:
parent
f3b17d4d4c
commit
862d1ac864
@ -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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user