mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
item is any
This commit is contained in:
parent
d1f2932f1c
commit
cdbe08ae7e
@ -264,7 +264,7 @@ export class AddEditComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
trackByFunction(index: number, uri: LoginUriView) {
|
||||
trackByFunction(index: number, item: any) {
|
||||
return index;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user