Skip to content

Commit

Permalink
Fix contacts lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
fliepeltje committed Feb 15, 2024
1 parent 06abe1a commit 4a4ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion humitifier/dash/templates/infra_index_filters.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<label for="contact">Select contact</label>
<select id="contact" name="contact">
<option value="" selected>Select contact...</option>
{% for opt in filters.contact_options %}
{% for opt in filters.contacts_options %}
<option value="{{ opt }}" {% if opt==params.contact%}selected{%endif%}>{{ opt }}</option>
{% endfor %}
</select>
Expand Down

0 comments on commit 4a4ee76

Please sign in to comment.