Skip to content

Commit

Permalink
chore: comment out the start deletion process button (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
stamenione authored Jul 11, 2024
1 parent 576fcd8 commit 6096802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h2 class="header-title">{{ header }}</h2>
</mat-accordion>
<div class="action-buttons">
<button mat-raised-button [disabled]="!hasPendingChanges()" (click)="saveIdentity()" color="primary">Save</button>
<button mat-raised-button color="warn" (click)="openStartDeletionProcessDialog()">Start Deletion Process</button>
<!-- <button mat-raised-button color="warn" (click)="openStartDeletionProcessDialog()">Start Deletion Process</button> -->
<button mat-raised-button routerLink="/identities">Cancel</button>
</div>
</div>

0 comments on commit 6096802

Please sign in to comment.