remove double click attribute in settings

This commit is contained in:
Simon Vieille 2022-03-18 17:18:49 +01:00
parent 717136ea43
commit 371aa1bf03

View file

@ -24,7 +24,7 @@
{% for item in pager %}
{% set edit = path('admin_setting_edit', {entity: item.id}) %}
<tr data-dblclick="{{ edit }}">
<tr>
<td class="col-5">
<a href="#" data-modal="{{ edit }}" class="font-weight-bold text-body d-block">
{{ item.label|trans }}