Skip to content

Commit

Permalink
Fix search button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Mar 29, 2024
1 parent f92a883 commit 04d6ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Components/SearchBar.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<li><a class="dropdown-item">@mode.Humanize()</a></li>
}
</ul>
<button class="btn btn-outline-success" type="button" onclick="search()">Search</button>
<button class="btn btn-outline-success" type="button" onclick="search(0)">Search</button>
</div>
</div>
}
Expand Down

0 comments on commit 04d6ada

Please sign in to comment.