mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Remove Onboarding call prompts (no-changelog) (#9933)
This commit is contained in:
committed by
GitHub
parent
31163e1da5
commit
9e92a5774e
@@ -1332,7 +1332,6 @@ export interface ISettingsState {
|
||||
mfa: {
|
||||
enabled: boolean;
|
||||
};
|
||||
onboardingCallPromptEnabled: boolean;
|
||||
saveDataErrorExecution: WorkflowSettings.SaveDataExecution;
|
||||
saveDataSuccessExecution: WorkflowSettings.SaveDataExecution;
|
||||
saveManualExecutions: boolean;
|
||||
@@ -1428,16 +1427,6 @@ export interface IInviteResponse {
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export interface IOnboardingCallPromptResponse {
|
||||
nextPrompt: IOnboardingCallPrompt;
|
||||
}
|
||||
|
||||
export interface IOnboardingCallPrompt {
|
||||
title: string;
|
||||
description: string;
|
||||
toast_sequence_number: number;
|
||||
}
|
||||
|
||||
export interface ITab {
|
||||
value: string | number;
|
||||
label?: string;
|
||||
|
||||
Reference in New Issue
Block a user