mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
reset extra files (#4422)
Co-authored-by: William Martin <contact@willmartian.com>
This commit is contained in:
@@ -64,6 +64,10 @@ export class SecretDialogComponent implements OnInit {
|
|||||||
.get("project")
|
.get("project")
|
||||||
.valueChanges.pipe(takeUntil(this.destroy$))
|
.valueChanges.pipe(takeUntil(this.destroy$))
|
||||||
.subscribe(() => this.updateProjectList());
|
.subscribe(() => this.updateProjectList());
|
||||||
|
|
||||||
|
if (this.data.projectId) {
|
||||||
|
this.formGroup.get("project").setValue(this.data.projectId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async loadData() {
|
async loadData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user