Fixed the issue where we can no longer select Pending Approval in the filters #2057

This commit is contained in:
tidusjar 2018-03-09 21:07:38 +00:00
commit d82ede5e0e

View file

@ -203,8 +203,8 @@
</div>
<div class="form-group">
<div class="radio">
<input type="radio" id="approved" name="Status" (click)="filterStatus(filterType.PendingApproval)">
<label for="approved">{{ 'Filter.PendingApproval' | translate }}</label>
<input type="radio" id="pendingApproval" name="Status" (click)="filterStatus(filterType.PendingApproval, $event)">
<label for="pendingApproval">{{ 'Filter.PendingApproval' | translate }}</label>
</div>
</div>