fix(editor): Inline expression previews are not displayed in NDV (#14475)

This commit is contained in:
Suguru Inoue
2025-04-08 16:38:28 +02:00
committed by GitHub
parent 048b9d7589
commit aee83bf344
7 changed files with 156 additions and 53 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,7 +1555,6 @@ export type InputPanel = {
};
export type OutputPanel = {
run: number;
branch?: number;
data: {
isEmpty: boolean;