Skip to content

Commit

Permalink
update hazard button text
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Feb 12, 2025
1 parent f7ca64a commit 1c0322a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h5 class="modal-title">Add a New Case</h5>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" (click)="closeModal()">Cancel</button>
<button type="button" class="btn btn-primary" (click)="addTabFromModal()">Add Tab</button>
<button type="button" class="btn btn-primary" (click)="addTabFromModal()">Add Hazard Case</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 1c0322a

Please sign in to comment.