Chore: Moved edit and delete in guestbook to the details from list.

This will give more space.
Also removed the old table button
This commit is contained in:
2023-08-17 22:18:14 +05:30
parent e8a33cd80e
commit 1cb2677ad1
4 changed files with 35 additions and 38 deletions
@@ -52,6 +52,7 @@
</form>
</mat-card-content>
<mat-card-actions>
<button mat-raised-button color="primary" (click)="save()">Save</button>
<button mat-raised-button color="primary" class="mr-5" (click)="save()">Save</button>
<button mat-raised-button color="warn" (click)="confirmDelete()" *ngIf="!!item.id">Delete</button>
</mat-card-actions>
</mat-card>