mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Remove template creds setup from workflow when copied (no-changelog) (#9673)
This commit is contained in:
@@ -260,7 +260,7 @@ export interface IWorkflowDataUpdate {
|
||||
}
|
||||
|
||||
export interface IWorkflowToShare extends IWorkflowDataUpdate {
|
||||
meta?: WorkflowMetadata;
|
||||
meta: WorkflowMetadata;
|
||||
}
|
||||
|
||||
export interface NewWorkflowResponse {
|
||||
|
||||
Reference in New Issue
Block a user