Skip to content

Commit

Permalink
Fix 'discard changes' button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Jun 30, 2021
1 parent 2926ce3 commit 35bdad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ <h5 class="modal-title" id="photostack-watermark-editor-modal-title"></h5>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Discard changes</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Discard changes</button>
<button type="button" class="btn btn-primary" id="photostack-watermark-editor-save-btn">Save</button>
</div>
</div>
Expand Down

0 comments on commit 35bdad1

Please sign in to comment.