fix(editor): Send protocol and n8n version in templates destination parameter, stop redirecting template preview page to website (#8691)

This commit is contained in:
Milorad FIlipović
2024-02-21 13:09:16 +01:00
committed by GitHub
parent 5304b320c8
commit a573146135
4 changed files with 23 additions and 22 deletions

View File

@@ -1379,6 +1379,7 @@ export interface ITemplateState {
};
currentSessionId: string;
previousSessionId: string;
currentN8nPath: string;
}
export interface IVersionsState {