mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +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() {
|
cancel() {
|
||||||
this.onCancelled.emit(this.cipher);
|
this.onCancelled.emit(this.cipher);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user