fix: Prevent errors processed by n8n to be flagged as internal (no-changelog) (#10023)
This commit is contained in:
@@ -8,8 +8,9 @@ import { useUIStore } from '@/stores/ui.store';
|
||||
import { useI18n } from './useI18n';
|
||||
import { useExternalHooks } from './useExternalHooks';
|
||||
import { VIEWS } from '@/constants';
|
||||
import type { ApplicationError } from 'n8n-workflow';
|
||||
|
||||
export interface NotificationErrorWithNodeAndDescription extends Error {
|
||||
export interface NotificationErrorWithNodeAndDescription extends ApplicationError {
|
||||
node: {
|
||||
name: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user