mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-08 19:18:02 +01:00
Add Angular trackBy function (#27)
This commit is contained in:
parent
04e6fac5e4
commit
d1f2932f1c
@ -264,6 +264,10 @@ export class AddEditComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
trackByFunction(index: number, uri: LoginUriView) {
|
||||
return index;
|
||||
}
|
||||
|
||||
cancel() {
|
||||
this.onCancelled.emit(this.cipher);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user