Skip to content

Commit

Permalink
Merge pull request #6188 from ji-eunsoo/feature/fix_modal_with_plugin…
Browse files Browse the repository at this point in the history
…_table

独自プラグインのモーダルのXボタンのUIの修正漏れ
  • Loading branch information
ji-eunsoo committed May 15, 2024
2 parents 8ad3da3 + e3d6ba7 commit c18c51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/admin/Store/plugin_table.twig
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $(function() {
<div class="modal-header">
<h5 class="modal-title fw-bold">
{{ 'admin.store.plugin.popup.delete.confirm.title'|trans }}</h5>
<button class="close" type="button"
<button class="btn-close" type="button"
data-bs-dismiss="modal"
aria-label="Close">
</button>
Expand Down

0 comments on commit c18c51f

Please sign in to comment.