parent
2049302c56
commit
de97aa4dd8
@ -0,0 +1,12 @@
|
||||
<h3>DeleteConfirmation</h3>
|
||||
|
||||
<div class="simple-form">
|
||||
|
||||
<p>
|
||||
Are you sure you want to delete @item.DisplayName ?
|
||||
</p>
|
||||
|
||||
<button @onclick="ConfirmDelete" class="btn btn-primary">Delete</button>
|
||||
|
||||
<button @onclick="Cancel" class="btn btn-secondary">Cancel</button>
|
||||
</div>
|
Loading…
Reference in new issue