Skip to content

Commit 2982a8c

Browse files
committedNov 27, 2024
bug #6589 Fix icons set name (JorickPepin)
This PR was merged into the 4.x branch. Discussion ---------- Fix icons set name Ref #6584 Follows #6572 Commits ------- 00da7b1 Fix icons set name
2 parents 0e4544f + 00da7b1 commit 2982a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎templates/crud/form_theme.html.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -820,13 +820,13 @@
820820

821821
{% if currentFiles and allow_delete %}
822822
<button class="btn ea-fileupload-delete-btn">
823-
<twig:ea:Icon name="inernal:delete" />
823+
<twig:ea:Icon name="internal:delete" />
824824
</button>
825825
{% endif %}
826826

827827
{% if currentFiles %}
828828
<button class="btn">
829-
<twig:ea:Icon name="inernal:folder-open" />
829+
<twig:ea:Icon name="internal:folder-open" />
830830
</button>
831831
{% endif %}
832832
</div>

0 commit comments

Comments
 (0)