* spec entfernt

* wip

* wip

* wip

* wip

* wip

* rework

* done

---------

Co-authored-by: Bastian Wagner <bastian.wagner@softconcis.de>
This commit is contained in:
Bastian Wagner
2024-09-11 16:01:55 +02:00
committed by GitHub
parent 2880925cd0
commit 2359c9c5e9
16 changed files with 63 additions and 30 deletions

View File

@@ -65,9 +65,12 @@ export class DashboardComponent implements OnInit {
}
createClient() {
this.dialog.open(CreateClientComponent, {
const ref = this.dialog.open(CreateClientComponent, {
panelClass: 'create-client__dialog'
})
ref.componentInstance.createdClient.subscribe(() => {
this.load();
})
}
openDeleteDialog(client: Client) {