mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
default folderId null
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user