market reload, and added manage job on market route for owner
This commit was merged in pull request #755.
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user