fix: Benutzerseite so angepasst, dass das automatische Öffnen des Benutzererstellungsformulars beim Laden der Seite deaktiviert wurde.
This commit is contained in:
parent
716d8ad4ae
commit
44b58c733f
@ -43,7 +43,6 @@ export class UserComponent implements AfterViewInit {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.creationService.component = UserFormComponent;
|
this.creationService.component = UserFormComponent;
|
||||||
this.creationService.openDialog()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ViewChild("userTable") userTable!: UserTableComponent
|
@ViewChild("userTable") userTable!: UserTableComponent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user