Make filter buttons on comms page work
This commit is contained in:
parent
4ac7e29909
commit
e5211d1409
1 changed files with 2 additions and 2 deletions
|
|
@ -357,8 +357,8 @@
|
|||
</button>
|
||||
<button
|
||||
class="btn btn-sm"
|
||||
:class="typeFilter === 'standing_water' ? 'btn-info' : 'btn-outline-secondary'"
|
||||
@click="typeFilter = 'standing_water'"
|
||||
:class="typeFilter === 'water' ? 'btn-info' : 'btn-outline-secondary'"
|
||||
@click="typeFilter = 'water'"
|
||||
>
|
||||
<i class="bi bi-droplet"></i> Water
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue