mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 09:29:10 +01:00
fix search button
This commit is contained in:
parent
479fc50d9a
commit
0e6c2ec556
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<input asp-for="SearchTerm" class="form-control" />
|
||||
<input type="hidden" asp-for="Count" />
|
||||
<span asp-validation-for="SearchTerm" class="text-danger"></span>
|
||||
<button type="button" class="btn btn-default" title="Search invoice">
|
||||
<button type="submit" class="btn btn-default" title="Search invoice">
|
||||
<span class="glyphicon glyphicon-search"></span> Search
|
||||
</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue