mirror of
https://github.com/bitwarden/web
synced 2026-01-06 10:33:17 +00:00
aot compilation fixes
This commit is contained in:
@@ -91,7 +91,7 @@ export class ShareComponent implements OnInit, OnDestroy {
|
||||
(c as any).checked = select == null ? !(c as any).checked : select;
|
||||
}
|
||||
|
||||
selectAll(select: false) {
|
||||
selectAll(select: boolean) {
|
||||
const collections = select ? this.collections : this.writeableCollections;
|
||||
collections.forEach((c) => this.check(c, select));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user