feat(editor): Add Workflow history route and base page (no-changelog) (#7161)

This commit is contained in:
Csaba Tuncsik
2023-09-15 13:17:04 +02:00
committed by GitHub
parent 556a6132ba
commit 240b2f075e
6 changed files with 88 additions and 4 deletions

View File

@@ -2186,6 +2186,7 @@ export interface IN8nUISettings {
externalSecrets: boolean;
showNonProdBanner: boolean;
debugInEditor: boolean;
workflowHistory: boolean;
};
hideUsagePage: boolean;
license: {