item is any

This commit is contained in:
Kyle Spearrin 2019-02-02 22:33:28 -05:00
parent d1f2932f1c
commit cdbe08ae7e
1 changed files with 1 additions and 1 deletions

View File

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