Skip to content

Commit

Permalink
docs: remove data-bs-dismiss="modal" leftover (#35042)
Browse files Browse the repository at this point in the history
  • Loading branch information
realtydev committed Sep 28, 2021
1 parent fee1dc5 commit 630d270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.1/components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Toggle between multiple modals with some clever placement of the `data-bs-target
Show a second modal and hide this one with the button below.
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-bs-target="#exampleModalToggle2" data-bs-toggle="modal" data-bs-dismiss="modal">Open second modal</button>
<button class="btn btn-primary" data-bs-target="#exampleModalToggle2" data-bs-toggle="modal">Open second modal</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 630d270

Please sign in to comment.