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:
@@ -21,6 +21,9 @@ export class CollectionsComponent extends BaseCollectionsComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
|
this.onSavedCollections.subscribe(() => {
|
||||||
|
this.back();
|
||||||
|
});
|
||||||
this.route.queryParams.subscribe(async (params) => {
|
this.route.queryParams.subscribe(async (params) => {
|
||||||
this.cipherId = params.cipherId;
|
this.cipherId = params.cipherId;
|
||||||
await super.ngOnInit();
|
await super.ngOnInit();
|
||||||
|
|||||||
Reference in New Issue
Block a user