market reload, and added manage job on market route for owner

This commit was merged in pull request #755.
This commit is contained in:
victorAnumudu
2024-07-19 17:25:17 +01:00
parent 9da4ed2282
commit 840abb4dcc
4 changed files with 68 additions and 18 deletions
@@ -99,6 +99,7 @@ function PendingJobsPopout({ details, onClose, situation }) {
onClose();
dispatch(tableReload({ type: "PENDINGTABLE" }));
dispatch(tableReload({ type: "JOBTABLE" }));
dispatch(tableReload({ type: "MARKETTABLELIST" }));
}, 4000);
})
.catch((error) => {