Skip to content

Commit 2475d6d

Browse files
authored
Fix to input text for any-to-any task page (#1392)
1 parent 905181b commit 2475d6d

File tree

1 file changed

+1
-1
lines changed
  • packages/tasks/src/tasks/any-to-any

1 file changed

+1
-1
lines changed

packages/tasks/src/tasks/any-to-any/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const taskData: TaskDataCustom = {
1515
},
1616
{
1717
label: "Text Prompt",
18-
content: "Describe the position of the bee in detail.",
18+
content: "What is the significance of this place?",
1919
type: "text",
2020
},
2121
],

0 commit comments

Comments
 (0)