Merge pull request #22 from Slasherss1/1.1.1-1

fix: User delete button was unbound
This commit is contained in:
2025-06-12 12:14:21 +02:00
committed by GitHub

View File

@@ -59,7 +59,7 @@
</mat-dialog-content>
<mat-dialog-actions>
@if (data.type == "edit") {
<button mat-stroked-button color="warn" style="margin-right: auto;">Usuń konto</button>
<button mat-stroked-button color="warn" style="margin-right: auto;" (click)="delete()">Usuń konto</button>
}
<button mat-stroked-button mat-dialog-close>Zamknij</button>
<button mat-flat-button color="accent" (click)="submit()">Zapisz</button>