mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed the issue where we can no longer select Pending Approval in the filters #2057
This commit is contained in:
parent
ec4fe9993c
commit
d82ede5e0e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue