We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ab142 commit 0286104Copy full SHA for 0286104
components/offlight/actions/create-task/create-task.mjs
@@ -22,7 +22,7 @@ export default {
22
taskDeadline: {
23
type: "string",
24
label: "Task Deadline",
25
- description: "The deadline of the task. **In ISO 8601 format (YYY-MM-DD)**.",
+ description: "The deadline of the task. **In ISO 8601 format (YYYY-MM-DD)**.",
26
optional: true,
27
},
28
identifier: {
0 commit comments