reset extra files (#4422)
Co-authored-by: William Martin <contact@willmartian.com>
This commit is contained in:
parent
23ec317767
commit
06aab48ea8
|
@ -64,6 +64,10 @@ export class SecretDialogComponent implements OnInit {
|
|||
.get("project")
|
||||
.valueChanges.pipe(takeUntil(this.destroy$))
|
||||
.subscribe(() => this.updateProjectList());
|
||||
|
||||
if (this.data.projectId) {
|
||||
this.formGroup.get("project").setValue(this.data.projectId);
|
||||
}
|
||||
}
|
||||
|
||||
async loadData() {
|
||||
|
|
Loading…
Reference in New Issue