1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

Use consistent naming convention for launchCipher

This commit is contained in:
Thomas Rittson
2021-01-28 07:45:54 +10:00
parent 4045ce2d15
commit ea1a1cc99b
5 changed files with 10 additions and 10 deletions

View File

@@ -72,7 +72,7 @@
</div>
<div class="box-content">
<app-ciphers-list [ciphers]="filteredCiphers" title="{{'viewItem' | i18n}}"
(onSelected)="selectCipher($event)" (onDoubleSelected)="launchCipher($event)"></app-ciphers-list>
(onSelected)="selectCipher($event)" (launchEvent)="launchCipher($event)"></app-ciphers-list>
</div>
</div>
</ng-container>