1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-07 12:25:46 +02: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();