refactor: rename visit link confirmation to confirmation modal
This commit is contained in:
parent
4c77b4f139
commit
88e9ffdb4a
6 changed files with 24 additions and 16 deletions
|
@ -0,0 +1,6 @@
|
|||
<h2 mat-dialog-title>{{data.title}}</h2>
|
||||
<mat-dialog-content>{{data.description}}</mat-dialog-content>
|
||||
<mat-dialog-actions>
|
||||
<button mat-flat-button color="warn" (click)="close()">No</button>
|
||||
<button mat-flat-button (click)="accept()">Yes</button>
|
||||
</mat-dialog-actions>
|
Loading…
Add table
Add a link
Reference in a new issue