We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68329e4 commit 4eb4d61Copy full SHA for 4eb4d61
datahub-web-react/src/app/previewV2/utils.ts
@@ -130,7 +130,7 @@ export function useRemoveDataProductAssets(setShouldRefetchEmbeddedListSearch) {
130
message.destroy();
131
if (e instanceof Error) {
132
message.error({
133
- content: `Failed to remove data product. An unknown error occurred.`,
+ content: e.message || `Failed to remove data product. An unknown error occurred.`,
134
duration: 3,
135
});
136
}
0 commit comments