[Client] Fix #2737

This commit is contained in:
syuilo 2018-11-07 12:15:28 +09:00
parent 40d4efc104
commit 5a46b725cc

View file

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