feat: add unknown status and priority, change todo status to open
This commit is contained in:
@@ -6,6 +6,7 @@ exports[`TaskStatus > exposes wire values on const keys 1`] = `
|
||||
"CANCELLED": "cancelled",
|
||||
"DONE": "done",
|
||||
"IN_PROGRESS": "in-progress",
|
||||
"TODO": "todo",
|
||||
"OPEN": "open",
|
||||
"UNKNOWN": "unknown",
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user