mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
set org and collections on add based on filters
This commit is contained in:
@@ -27,7 +27,12 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges
|
||||
userService, collectionService);
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
// We use ngOnChanges instead.
|
||||
}
|
||||
|
||||
async ngOnChanges() {
|
||||
await super.init();
|
||||
await super.load();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user