1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-08 19:18:02 +01:00

reset extra files (#4422)

Co-authored-by: William Martin <contact@willmartian.com>
This commit is contained in:
cd-bitwarden 2023-01-12 09:18:03 -05:00 committed by GitHub
parent 23ec317767
commit 06aab48ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {