forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
4985e09365
commit
24f2b238ba
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@
|
|||
if (name == null || name == '') return;
|
||||
this.api('drive/folders/create', {
|
||||
name: name,
|
||||
folder_id: this.folder ? this.folder.id : undefined
|
||||
parent_id: this.folder ? this.folder.id : undefined
|
||||
}).then(folder => {
|
||||
this.addFolder(folder, true);
|
||||
this.update();
|
||||
|
|
Loading…
Reference in a new issue