Merge with master

This commit is contained in:
victorAnumudu
2024-09-26 18:42:32 +01:00
6 changed files with 115 additions and 15 deletions
@@ -78,6 +78,7 @@ function OfferJobPopout({ details, onClose, situation }) {
setTimeout(() => {
onClose();
dispatch(tableReload({ type: "MYTASKTABLE" }));
dispatch(tableReload({ type: "HOMEBANNERS" }));
navigate("/mytask", { replace: true });
setRequestStatus({
loading: false,