1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

back after editing collections

This commit is contained in:
Kyle Spearrin
2018-10-23 15:56:45 -04:00
parent 3110deec55
commit fd80d4557f

View File

@@ -21,6 +21,9 @@ export class CollectionsComponent extends BaseCollectionsComponent {
}
async ngOnInit() {
this.onSavedCollections.subscribe(() => {
this.back();
});
this.route.queryParams.subscribe(async (params) => {
this.cipherId = params.cipherId;
await super.ngOnInit();