This commit is contained in:
CHIEFSOFT\ameye
2023-09-01 21:27:23 -04:00
parent f2b7f6859b
commit 68e83a006d
@@ -147,6 +147,7 @@ export class JoboffersPage implements OnInit {
offerRespData => {
this.offerRespData = offerRespData;
console.log("offerRespData RETURN->", this.offerRespData);
this.getMyOffersData();
}
);
}