Skip to content

Commit

Permalink
Merge pull request #2260 from bharathravi-in/cbrelease-4.8.15-release
Browse files Browse the repository at this point in the history
changes in the request of karma program
  • Loading branch information
bharathravi-in authored Jul 2, 2024
2 parents d63fdd1 + 7177f37 commit 9cfe873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
</ws-widget-btn-page-back>

<div class="container-balanced main_content_box">
<div class="top_card_container">
<div class="top_card_container" *ngIf="featuredProviders?.length">
<h2 class="mat-h1 margin-bottom-m inline-block "> {{ 'allproviderscomponent.popularProviders' | translate }}</h2>
<div class="top_card_inner_box flex">
<ng-container *ngFor="let p of featuredProviders | slice:0:8; let i=index">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ resolve(
'pageSize': 100,
'orderBy': 'createdOn',
'orderDirection': 'ASC',
'facets': ['category', 'orgId'],
'query': '',
'facets': ['category', 'orgId']
}
return this.http.post(requestUrl, requestData).pipe(
map((rData: any) => ({ data: rData, error: null })),
Expand Down

0 comments on commit 9cfe873

Please sign in to comment.