Skip to content
Snippets Groups Projects
Verified Commit 0551fe87 authored by Zoe Michaela Dietmar Pfister's avatar Zoe Michaela Dietmar Pfister :gay_pride_flag:
Browse files

fix: load previously stored email to gui

parent 51e935a9
No related branches found
No related tags found
1 merge request!25Draft: Resolve #78
Pipeline #130340 failed
......@@ -448,6 +448,9 @@ export class FormDialogComponent implements OnInit {
this.stationForm.controls["name"].setValue(
this.station?.name
);
this.stationForm.controls["email"].setValue(
this.station?.email
);
this.stationForm.controls["diary"].setValue(
this.station?.diary
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment