mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add Angular trackBy function (#27)
This commit is contained in:
committed by
Kyle Spearrin
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user