1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

highlight active cipher and default folder for add

This commit is contained in:
Kyle Spearrin
2018-01-29 17:57:58 -05:00
parent 6d23338aa4
commit 7d2d4eafcb
5 changed files with 17 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ import { CipherService } from 'jslib/abstractions/cipher.service';
template: template,
})
export class CiphersComponent implements OnInit {
@Input() activeCipherId: string = null;
@Output() onCipherClicked = new EventEmitter<CipherView>();
@Output() onAddCipher = new EventEmitter();