Skip to content

Commit

Permalink
Add call
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Jan 23, 2024
1 parent 4143619 commit 16b4a9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@
/>
<select class="form-select" id="searchType">
<option value="all" selected>All</option>
<option value="app">App</option>
<option value="room">Room</option>
<option value="subscriber">Subscriber</option>
<option value="room">Room</option>
<option value="call">Call</option>
<option value="app">App</option>
</select>
</div>
<!-- Filters end -->
Expand Down

0 comments on commit 16b4a9a

Please sign in to comment.