My Task page

This commit is contained in:
CHIEFSOFT\ameye
2023-05-16 06:45:53 -04:00
parent 3b1dc859e0
commit f6e37d0f14
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function MyTaskPage() {
const getMyActiveJobList = async () => {
try {
const res = await api.getMyActiveJobList();
const res = await api.getMyActiveTaskList();
setMyActiveJobList(res.data);
} catch (error) {
console.log("Error getting mode");