mirror of
https://github.com/bitwarden/browser
synced 2026-02-02 01:33:22 +00:00
fix folder with id export
This commit is contained in:
@@ -7,6 +7,6 @@ export class FolderWithIdRequest extends FolderRequest {
|
||||
|
||||
constructor(folder: Folder) {
|
||||
super(folder);
|
||||
this.id = folder.id;
|
||||
this.id = folder.id ?? "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user