app/components/blacklight/system/modal_component.html.erb in blacklight-7.40.0 vs app/components/blacklight/system/modal_component.html.erb in blacklight-8.0.0.beta1
- old
+ new
@@ -4,10 +4,10 @@
<div class="modal-header">
<%= header || (capture do %>
<h1 class="modal-title"><%= title %></h1>
<% end) %>
- <button type="button" class="blacklight-modal-close btn-close close" data-bs-dismiss="modal" data-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
+ <button type="button" class="blacklight-modal-close btn-close close" data-bl-dismiss="modal" aria-label="<%= t('blacklight.modal.close') %>">
<span aria-hidden="true" class="visually-hidden">×</span>
</button>
</div>
<%= body || (capture do %>