Fix save as template bug (#665)

This commit is contained in:
Kerem Yilmaz
2024-08-01 09:05:52 -07:00
committed by GitHub
parent 3211170d74
commit a9f52c4dbb

View File

@@ -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: {