Hide delete button for new events
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2022-12-28 16:46:31 +01:00
parent 418b5fc4a0
commit 5f9134837a
Signed by: Paddy
GPG Key ID: 37ABC11275CAABCE

View File

@ -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">