fix: Benutzerseite so angepasst, dass das automatische Öffnen des Benutzererstellungsformulars beim Laden der Seite deaktiviert wurde.

This commit is contained in:
Developer 02 2024-08-01 10:48:35 +02:00
parent 716d8ad4ae
commit 44b58c733f

View File

@ -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