mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(core): Move error obfuscation to FE (no-changelog) (#10237)
This commit is contained in:
@@ -179,6 +179,10 @@ function addItemIndexSuffix(message: string): string {
|
||||
}
|
||||
|
||||
function getErrorMessage(): string {
|
||||
if ('obfuscate' in props.error && props.error.obfuscate === true) {
|
||||
return i18n.baseText('nodeErrorView.showMessage.obfuscate');
|
||||
}
|
||||
|
||||
let message = '';
|
||||
|
||||
const isSubNodeError =
|
||||
|
||||
Reference in New Issue
Block a user