fix(editor): Remove template creds setup from workflow when copied (no-changelog) (#9673)

This commit is contained in:
Tomi Turtiainen
2024-06-10 13:36:42 +03:00
committed by GitHub
parent b0b4093072
commit 1e15f73b0d
4 changed files with 7 additions and 4 deletions

View File

@@ -260,7 +260,7 @@ export interface IWorkflowDataUpdate {
}
export interface IWorkflowToShare extends IWorkflowDataUpdate {
meta?: WorkflowMetadata;
meta: WorkflowMetadata;
}
export interface NewWorkflowResponse {