mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 01:27:24 +00:00
fix: delete user text
This commit is contained in:
parent
af3c3d4c66
commit
bd8f9790c2
@ -445,6 +445,7 @@ export class UserDetailComponent implements OnInit {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const dialogRef = this.dialog.open<WarnDialogComponent, typeof data, boolean>(WarnDialogComponent, {
|
const dialogRef = this.dialog.open<WarnDialogComponent, typeof data, boolean>(WarnDialogComponent, {
|
||||||
|
data,
|
||||||
width: '400px',
|
width: '400px',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user