mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
default folderId null
This commit is contained in:
parent
cd1828da23
commit
f8d8ca2253
@ -29,7 +29,7 @@ import { LoginView } from '../../models/view/loginView';
|
||||
import { SecureNoteView } from '../../models/view/secureNoteView';
|
||||
|
||||
export class AddEditComponent {
|
||||
@Input() folderId: string;
|
||||
@Input() folderId: string = null;
|
||||
@Input() cipherId: string;
|
||||
@Input() type: CipherType;
|
||||
@Output() onSavedCipher = new EventEmitter<CipherView>();
|
||||
|
Loading…
Reference in New Issue
Block a user