Skip to content

Commit

Permalink
feat: Allow renaming of T4C instances in the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Sep 10, 2024
1 parent 83cf867 commit 7b033a2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export class EditT4CInstanceComponent implements OnInit, OnDestroy {
enableEditing(): void {
this.editing = true;
this.form.enable();
this.form.controls.name.disable();

this.form.controls.password.patchValue('');
this.form.controls.password.removeValidators(Validators.required);
Expand Down

0 comments on commit 7b033a2

Please sign in to comment.