Skip to content

Commit

Permalink
Fix save as template bug (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Aug 1, 2024
1 parent 3211170 commit a9f52c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyvern-frontend/src/routes/tasks/list/TaskActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function createTaskTemplateRequestObject(
return {
title: values.title,
description: values.description,
is_saved_task: true,
webhook_callback_url: task.request.webhook_callback_url,
proxy_location: task.request.proxy_location,
workflow_definition: {
Expand Down

0 comments on commit a9f52c4

Please sign in to comment.