Skip to content

Commit

Permalink
[MAT-7230] refactor spaceless tag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dlariono committed Nov 5, 2024
1 parent 2fbae7a commit 8a87728
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @see template_preprocess_select()
*/
#}
{% spaceless %}
{% apply spaceless %}
<div class="form-item__dropdown">
<select{{ attributes.addClass('form-item__select') }}>
{% for option in options %}
Expand All @@ -26,4 +26,4 @@
{% endfor %}
</select>
</div>
{% endspaceless %}
{% endapply %}

0 comments on commit 8a87728

Please sign in to comment.