Skip to content
Snippets Groups Projects
Commit dae58699 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix

parent e2945b85
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ export class DatabaseComponent implements OnInit { ...@@ -50,7 +50,7 @@ export class DatabaseComponent implements OnInit {
this.stepFormGroup.controls['dbLoginCtrl'].valueChanges.pipe( this.stepFormGroup.controls['dbLoginCtrl'].valueChanges.pipe(
tap(() => this.stepFormGroup.controls['stateStep'].setValue('')) tap(() => this.stepFormGroup.controls['stateStep'].setValue(''))
).subscribe(); ).subscribe();
this.stepFormGroup.controls['dbLoginCtrl'].valueChanges.pipe( this.stepFormGroup.controls['dbPortCtrl'].valueChanges.pipe(
tap(() => this.stepFormGroup.controls['stateStep'].setValue('')) tap(() => this.stepFormGroup.controls['stateStep'].setValue(''))
).subscribe(); ).subscribe();
this.stepFormGroup.controls['dbPasswordCtrl'].valueChanges.pipe( this.stepFormGroup.controls['dbPasswordCtrl'].valueChanges.pipe(
......
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