[Client] Fix #2737

This commit is contained in:
syuilo 2018-11-07 12:15:28 +09:00
parent 665fa7f2aa
commit 26b47c18fd
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -359,7 +359,7 @@ export default Vue.extend({
}).then(name => {
(this as any).api('drive/folders/create', {
name: name,
folderId: this.folder ? this.folder.id : undefined
parentId: this.folder ? this.folder.id : undefined
}).then(folder => {
this.addFolder(folder, true);
});