Skip to content

Commit

Permalink
[WebInterface] fix currency selector
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jul 9, 2024
1 parent 5116712 commit 2b40762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Interfaces/web_interface/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h4 class="alert-heading">Strategies</h4>
<div class="container-fluid row col-12">
<div class="col-md-6">
<label for="AddCurrencySelect">Add a cryptocurrency to trade:</label>
<select id="AddCurrencySelect" data-live-search="true"
<select id="AddCurrencySelect" data-live-search="true" data-window-padding="25"
reference_market="{{ config_reference_market }}" data-fetch-url="{{ url_for('api.currency_list') }}">

</select>
Expand Down

0 comments on commit 2b40762

Please sign in to comment.