Skip to content

Commit 82f4925

Browse files
committed
Use the correct data attributes for the dialog to close
1 parent e9e59a2 commit 82f4925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="modal-header">
22
<h3 class="modal-title"><%= header %></h3>
3-
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-hidden='true'></button>
3+
<button type='button' class='btn-close' data-bl-dismiss='modal' aria-hidden='true'></button>
44
</div>
55

66
<div class="modal-body">
@@ -9,5 +9,5 @@
99

1010
<div class="modal-footer">
1111
<%= footer %>
12-
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Cancel</button>
12+
<button type="button" class="btn btn-secondary" data-bl-dismiss="modal">Cancel</button>
1313
</div>

0 commit comments

Comments
 (0)