mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Hover actions on the logs overview (#14386)
This commit is contained in:
@@ -1547,7 +1547,7 @@ export interface IN8nPromptResponse {
|
||||
|
||||
export type InputPanel = {
|
||||
nodeName?: string;
|
||||
run?: number;
|
||||
run: number;
|
||||
branch?: number;
|
||||
data: {
|
||||
isEmpty: boolean;
|
||||
@@ -1555,6 +1555,7 @@ export type InputPanel = {
|
||||
};
|
||||
|
||||
export type OutputPanel = {
|
||||
run: number;
|
||||
branch?: number;
|
||||
data: {
|
||||
isEmpty: boolean;
|
||||
|
||||
Reference in New Issue
Block a user