refactor(core): Remove Onboarding call prompts (no-changelog) (#9933)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-04 13:51:26 +02:00
committed by GitHub
parent 31163e1da5
commit 9e92a5774e
16 changed files with 3 additions and 320 deletions

View File

@@ -2651,7 +2651,6 @@ export interface IN8nUISettings {
enabled: boolean;
host: string;
};
onboardingCallPromptEnabled: boolean;
missingPackages?: boolean;
executionMode: 'regular' | 'queue';
pushBackend: 'sse' | 'websocket';