Skip to content

Commit

Permalink
Remove close button from transaction modal
Browse files Browse the repository at this point in the history
  • Loading branch information
HashJProgramming committed Nov 17, 2023
1 parent 0f30791 commit 747d151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/modals/transaction-modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</select></div>

</div>
<div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">Close</button><button class="btn btn-primary" type="submit">Save</button></div>
<div class="modal-footer"><button class="btn btn-primary" type="submit">Save</button></div>
</form>
</div>
</div>
Expand Down

0 comments on commit 747d151

Please sign in to comment.