feat(core): Show a banner when running a non-prod license (no-changelog) (#6849)

* add feat:showNonProdBanner

* fix linting

* fix linting
This commit is contained in:
Cornelius Suermann
2023-08-16 10:05:03 +02:00
committed by GitHub
parent 775e73e0c3
commit 198a977f57
5 changed files with 10 additions and 0 deletions

View File

@@ -2185,6 +2185,7 @@ export interface IN8nUISettings {
variables: boolean;
sourceControl: boolean;
auditLogs: boolean;
showNonProdBanner: boolean;
debugInEditor: boolean;
};
hideUsagePage: boolean;