mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +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';
|
import { SecureNoteView } from '../../models/view/secureNoteView';
|
||||||
|
|
||||||
export class AddEditComponent {
|
export class AddEditComponent {
|
||||||
@Input() folderId: string;
|
@Input() folderId: string = null;
|
||||||
@Input() cipherId: string;
|
@Input() cipherId: string;
|
||||||
@Input() type: CipherType;
|
@Input() type: CipherType;
|
||||||
@Output() onSavedCipher = new EventEmitter<CipherView>();
|
@Output() onSavedCipher = new EventEmitter<CipherView>();
|
||||||
|
|||||||
Reference in New Issue
Block a user