1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

item is any

This commit is contained in:
Kyle Spearrin
2019-02-02 22:33:28 -05:00
parent d1f2932f1c
commit cdbe08ae7e

View File

@@ -264,7 +264,7 @@ export class AddEditComponent implements OnInit {
}
}
trackByFunction(index: number, uri: LoginUriView) {
trackByFunction(index: number, item: any) {
return index;
}