1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

[PM-24313] remove PM9111ExtensionPersistAddEditForm flag (#15929)

* remove the PM9111ExtensionPersistAddEditForm flag and associated logic
This commit is contained in:
Jason Ng
2025-08-11 15:15:51 -04:00
committed by GitHub
parent 943cdc2fbd
commit 6b4c702def
4 changed files with 1 additions and 69 deletions

View File

@@ -227,8 +227,6 @@ export class CipherFormComponent implements AfterViewInit, OnInit, OnChanges, Ci
// Force change detection so that all child components are destroyed and re-created
this.changeDetectorRef.detectChanges();
await this.cipherFormCacheService.init();
this.updatedCipherView = new CipherView();
this.originalCipherView = null;
this.cipherForm = this.formBuilder.group<CipherForm>({});