]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: remove `data-bs-dismiss="modal"` leftover (#35042)
authorAlex Gibson <35852411+realtydev@users.noreply.github.com>
Tue, 28 Sep 2021 15:46:09 +0000 (11:46 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 15:46:09 +0000 (18:46 +0300)
site/content/docs/5.1/components/modal.md

index 8960eb5bb2c3ce9fb5b9d752d32122814ca8a1ba..8255a73644bb4be3d9db1ae98335c4beecdd08a7 100644 (file)
@@ -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>