Skip to content

Commit

Permalink
fix(92): replacing deprecated spaceless tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mndonx committed Jun 5, 2023
1 parent 8670cd1 commit ab358f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/01-atoms/forms/_select-element.twig
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 ab358f8

Please sign in to comment.