Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/teamwork/actions/create-task/create-task.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../teamwork.app.mjs";
export default {
type: "action",
key: "teamwork-create-task",
version: "0.0.1",
version: "0.0.2",
name: "Create Task",
description: "Create a new task in the backlog. [See the docs here](https://apidocs.teamwork.com/docs/teamwork/cd8948166b1b1-create-a-task)",
props: {
Expand Down
Loading
Loading