mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Improve errors in output panel (#8644)
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -1106,6 +1106,7 @@ export interface RootState {
|
||||
urlBaseEditor: string;
|
||||
instanceId: string;
|
||||
isNpmAvailable: boolean;
|
||||
binaryDataMode: string;
|
||||
}
|
||||
|
||||
export interface NodeMetadataMap {
|
||||
@@ -1154,6 +1155,7 @@ export interface IRootState {
|
||||
nodeMetadata: NodeMetadataMap;
|
||||
isNpmAvailable: boolean;
|
||||
subworkflowExecutionError: Error | null;
|
||||
binaryDataMode: string;
|
||||
}
|
||||
|
||||
export interface CommunityPackageMap {
|
||||
|
||||
Reference in New Issue
Block a user