mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
[Client] Fix #2737
This commit is contained in:
parent
40d4efc104
commit
5a46b725cc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue