[COMPONENT][Tag][Search] Fix typo in event handler name mismatch

This commit is contained in:
2021-12-02 19:17:37 +00:00
parent 772ec6efcf
commit f5ec099e9a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
{% endblock stylesheets %}
{% block body %}
{% if error %}
{% if error is defined %}
<label class="alert alert-danger">
{{ error.getMessage() }}
</label>