Skip to content
Snippets Groups Projects
Commit 24f2b238 authored by syuilo⭐️'s avatar syuilo⭐️
Browse files

Fix bug

parent 4985e093
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment