feat(editor): Hover actions on the logs overview (#14386)

This commit is contained in:
Suguru Inoue
2025-04-07 10:35:29 +02:00
committed by GitHub
parent 89d2eb7aa3
commit 8f9ea23019
22 changed files with 317 additions and 130 deletions

View File

@@ -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;