1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-07 12:25:46 +02: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;
}