update market data

This commit was merged in pull request #487.
This commit is contained in:
2023-11-06 01:25:44 -08:00
parent 600aec62cf
commit 8807b671ad
2 changed files with 2 additions and 1 deletions
@@ -95,6 +95,7 @@ function PendingJobsPopout({ details, onClose, situation }) {
setRequestMessage({ status: false, message: "" });
onClose();
dispatch(tableReload({ type: "PENDINGTABLE" }));
dispatch(tableReload({ type: "JOBTABLE" }));
}, 4000);
})
.catch((error) => {