mirror of
https://github.com/bitwarden/web
synced 2025-12-28 22:23:52 +00:00
aot compilation fixes
This commit is contained in:
@@ -39,4 +39,16 @@ export class CollectionsComponent implements OnInit {
|
||||
this.collections = await this.collectionService.decryptMany(collections);
|
||||
this.loading = false;
|
||||
}
|
||||
|
||||
edit(collection: CollectionView) {
|
||||
//
|
||||
}
|
||||
|
||||
add() {
|
||||
this.edit(null);
|
||||
}
|
||||
|
||||
async delete(collection: CollectionView) {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user