Skip to content

Commit 45b9c45

Browse files
committed
fix:
1 parent 2785e53 commit 45b9c45

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

apps/dashboard/src/components/template-store/workflow-template-modal.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ export function WorkflowTemplateModal(props: WorkflowTemplateModalProps) {
4848
if (!selectedTemplate) return;
4949

5050
const workflow = await createFromTemplate(values, selectedTemplate.workflowDefinition);
51-
52-
console.log('workflow', workflow);
5351
};
5452

5553
const getHeaderText = () => {

apps/dashboard/src/components/workflow-editor/create-workflow-form.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function CreateWorkflowForm({ onSubmit, template }: CreateWorkflowFormPro
3030
workflowId: template?.workflowId ?? '',
3131
name: template?.name ?? '',
3232
tags: template?.tags ?? [],
33-
steps: template?.steps ?? [],
3433
},
3534
});
3635

0 commit comments

Comments
 (0)