Skip to content

Commit

Permalink
Fix broken dismiss button for 'unable to delete task' modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Jul 20, 2024
1 parent 4ff566a commit ec6b581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/cws-ui/deployments.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@
</div>

<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Dismiss</button>
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Dismiss</button>
</div>
</div> <!-- modal-content -->
</div> <!-- modal-dialog -->
Expand Down

0 comments on commit ec6b581

Please sign in to comment.