fix: delete user text

This commit is contained in:
conblem 2025-02-27 15:48:21 +01:00
parent af3c3d4c66
commit bd8f9790c2

View File

@ -445,6 +445,7 @@ export class UserDetailComponent implements OnInit {
};
const dialogRef = this.dialog.open<WarnDialogComponent, typeof data, boolean>(WarnDialogComponent, {
data,
width: '400px',
});