Skip to content

Commit b634ddc

Browse files
committed
fix prop description
1 parent 7751796 commit b634ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/asana/actions/list-task-stories/list-task-stories.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
...common.props,
1111
taskId: {
1212
label: "Task GID",
13-
description: "The ID of the task to delete.",
13+
description: "The ID of the task to retrieve stories for",
1414
type: "string",
1515
propDefinition: [
1616
common.props.asana,

0 commit comments

Comments
 (0)