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

pull/2067/head
tidusjar 7 years ago
parent ec4fe9993c
commit d82ede5e0e

@ -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>

Loading…
Cancel
Save