Skip to content

Commit

Permalink
Remove close button from modal footer
Browse files Browse the repository at this point in the history
  • Loading branch information
HashJProgramming committed Nov 17, 2023
1 parent d0da8b2 commit 0f30791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<div class="mb-3"><label class="form-label"><strong>Quantity</strong></label><input class="form-control" type="number" name="qty" placeholder="Qty" min="1" value="1"></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">Add</button></div>
<div class="modal-footer"><button class="btn btn-primary" type="submit">Add</button></div>
</form>
</div>
</div>
Expand Down

0 comments on commit 0f30791

Please sign in to comment.