fix(n8n Form Node): Completion page display if EXECUTIONS_DATA_SAVE_ON_SUCCESS=none (#11869)

This commit is contained in:
Michael Kret
2024-12-11 13:52:40 +02:00
committed by GitHub
parent ec54333f78
commit f4c2523419
7 changed files with 38 additions and 7 deletions

View File

@@ -903,6 +903,7 @@ export type NodeTypeAndVersion = {
name: string;
type: string;
typeVersion: number;
disabled: boolean;
};
export interface FunctionsBase {