This commit is contained in:
parent
418b5fc4a0
commit
5f9134837a
|
@ -36,7 +36,7 @@
|
|||
<p class="has-error" *ngIf="invalidUrlError">Invalid URL, please only provide valid ones!</p>
|
||||
</td>
|
||||
<td>
|
||||
<button (click)="triggerDelete()">Delete</button>
|
||||
<button (click)="triggerDelete()" *ngIf="event!.eventId !== undefined">Delete</button>
|
||||
</td>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="!editActive">
|
||||
|
|
Loading…
Reference in New Issue
Block a user