Skip to content

Commit

Permalink
fix(frontend): Remove Select All button
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 27, 2024
1 parent 2439be9 commit d44b4d3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ <h1 class="text-center">
</a>
}
</div>
<button class="btn btn-outline-primary ms-2" (click)="0 // TODO selectAll('yes')">
Select All
</button>
<div ngbDropdown class="d-inline-block ms-2">
<button type="button" class="btn btn-outline-secondary" id="sort-dropdown" ngbDropdownToggle>
Sort
Expand Down

0 comments on commit d44b4d3

Please sign in to comment.