Update task creation page layout (#226)

This commit is contained in:
Salih Altun
2024-04-24 17:45:39 +03:00
committed by GitHub
parent 90fbe50579
commit 382505ee75
2 changed files with 25 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
export const urlDescription = "The starting URL for the task.";
export const urlDescription =
"The starting URL for the task. This field is required.";
export const webhookCallbackUrlDescription =
"The URL to call with the results when the task is completed.";