mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Clean up welcome sticky feature (no-changelog) (#11987)
This commit is contained in:
@@ -250,7 +250,6 @@ export interface IWorkflowToShare extends IWorkflowDataUpdate {
|
||||
|
||||
export interface NewWorkflowResponse {
|
||||
name: string;
|
||||
onboardingFlowEnabled?: boolean;
|
||||
defaultSettings: IWorkflowSettings;
|
||||
}
|
||||
|
||||
@@ -277,7 +276,6 @@ export interface IWorkflowTemplate {
|
||||
|
||||
export interface INewWorkflowData {
|
||||
name: string;
|
||||
onboardingFlowEnabled: boolean;
|
||||
}
|
||||
|
||||
export interface WorkflowMetadata {
|
||||
|
||||
Reference in New Issue
Block a user