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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user