Skip to content

Commit

Permalink
fix: remove unused filter at account screen bitraf#133
Browse files Browse the repository at this point in the history
  • Loading branch information
clehre committed Jun 30, 2024
1 parent 5c233f5 commit 4da6724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/p2k16/web/static/admin-account-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<div class="container">
<h1>Accounts</h1>
<label>Show only paying members or company employees <input type="checkbox"
ng-model="accountFilter.active_member"></label><br>
<!-- <label>Show only paying members or company employees <input type="checkbox"
ng-model="accountFilter.active_member"></label><br> -->

<table class="table">
<thead>
Expand Down

0 comments on commit 4da6724

Please sign in to comment.