Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed one line to do tests
  • Loading branch information
MarcoAguirre committed May 27, 2022
commit dfe6c97f5e576c0d1b58be9641b4d8b31fa58d49
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="container-fluid px-0 full-height">
<div class="row">
<div style="padding: 15px;">
<!-- Here is the button to add a customer -->
<button (click)="activateCustomerForm()" class="btn btn-primary">Add new customer</button>
</div>
</div>
Expand Down