offer list flat banner fixed

This commit is contained in:
victorAnumudu
2024-09-26 16:54:32 +01:00
parent 7e8704d633
commit 22250da988
6 changed files with 121 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,