Add confirmation dialog to delete publications.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<h1>{{title}}</h1>
|
||||
<h2>{{description}}</h2>
|
||||
<footer>
|
||||
<button type="button" class="secondary" (click)="closeDialog()">
|
||||
No
|
||||
</button>
|
||||
<button type="button" (click)="closeAndValidate()">
|
||||
Yes
|
||||
</button>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user