workers page

This commit is contained in:
CHIEFSOFT\ameye
2024-02-11 08:23:01 -05:00
parent c7690ec707
commit c2abc5e7c8
6 changed files with 32 additions and 13 deletions
+4
View File
@@ -52,6 +52,10 @@ export class BannersDataService {
console.log("BANNERS RETURN->", this.bannerResult);
this.bannerData = this.bannerResult.result_list;
if ( this.bannerResult.home_dash_type != ''){
// debugger;
this.sessionDataProviderService.home_dash_type = this.bannerResult.home_dash_type;
}
this.homebannerCount = this.bannerData?.length;
}
);