[Client] Fix #2737
This commit is contained in:
		| @@ -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); | ||||
| 				}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo