fix: from 1.1.1-1
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
</mat-dialog-content>
|
</mat-dialog-content>
|
||||||
<mat-dialog-actions>
|
<mat-dialog-actions>
|
||||||
@if (data.type == "edit") {
|
@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-stroked-button mat-dialog-close>Zamknij</button>
|
||||||
<button mat-flat-button color="accent" (click)="submit()">Zapisz</button>
|
<button mat-flat-button color="accent" (click)="submit()">Zapisz</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user