action link

This commit is contained in:
CHIEFSOFT\ameye
2024-02-28 12:43:32 -05:00
parent 7868a7e595
commit 54fb8fec7f
+2 -2
View File
@@ -61,7 +61,7 @@ var banners = {
"style": "style1",
"text": "Ready to Start ?",
"description": "Waiting for you to get started",
"action": "mytask"
"action": "pending"
}
},
"current": {
@@ -101,7 +101,7 @@ var banners = {
"style": "style5",
"text": "Past Due",
"description": "Ask for more time if past due",
"action": "mytask"
"action": "pastdue"
}
}
};