Skip to content

Commit

Permalink
Save circuit alert - bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mishteegandhi committed Feb 21, 2024
1 parent c3fcfd6 commit d74748e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</form>
</div>
<div class="confirm-buttons" mat-dialog-actions>
<button class="response-button" color="success" mat-button (click)="onSave()">Save temporary</button>
<button class="response-button" color="success" mat-button (click)="onSave()">Save</button>
<button class="response-button" color="primary" mat-button (click)="onCancel()">Cancel</button>
</div>

0 comments on commit d74748e

Please sign in to comment.