Skip to content

Commit

Permalink
Merge pull request #616 from sunbird-cb/disable-download-pending-request
Browse files Browse the repository at this point in the history
update for disable pending requiest download
  • Loading branch information
vishnubansaltarento authored Aug 10, 2024
2 parents 6eadb89 + 737c8cd commit dd911e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
mat-button (click)="filter('transfers'); tabTelemetry('transfers', 1)" role="button">Transfers
({{transfersCount}})</a>
</div>
<div class="flex flex-3 flex-end" *ngIf="currentFilter === 'profileverification'">
<!-- <div class="flex flex-3 flex-end" *ngIf="currentFilter === 'profileverification'">
<a (click)="getPendingResquests()"
class="customlink cursor-pointer mat-body-2"><mat-icon>download_outlined</mat-icon> Download
Pending Requests</a>
</div>
</div> -->
</div>
<ng-container *ngIf="currentFilter === 'profileverification'">
<div class="searchfilter">
Expand Down

0 comments on commit dd911e4

Please sign in to comment.