mirror of
https://github.com/bitwarden/jslib
synced 2026-01-06 02:23:14 +00:00
Proposed refactor of folder domain model
This commit is contained in:
@@ -88,7 +88,7 @@ export class FolderAddEditComponent implements OnInit {
|
||||
this.editMode = true;
|
||||
this.title = this.i18nService.t("editFolder");
|
||||
const folder = await this.folderService.get(this.folderId);
|
||||
this.folder = await folder.decrypt();
|
||||
this.folder = await this.folderService.decrypt(folder);
|
||||
} else {
|
||||
this.title = this.i18nService.t("addFolder");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user