Add create task modal
This commit is contained in:
@@ -20,7 +20,7 @@ const openClawBaseUrl = (process.env.OPENCLAW_BASE_URL || "http://openclaw-gatew
|
||||
const openClawToken = process.env.OPENCLAW_GATEWAY_TOKEN || "";
|
||||
|
||||
const states = ["Backlog", "In Progress", "Review", "Done"];
|
||||
const priorities = ["Low", "Normal", "High", "Urgent"];
|
||||
const priorities = ["Low", "Normal", "Medium", "High", "Urgent"];
|
||||
let db;
|
||||
|
||||
function mustEnv(name) {
|
||||
|
||||
Reference in New Issue
Block a user