mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-29 15:28:09 +09:00
Fix bug
This commit is contained in:
parent
e0bd83e73e
commit
6123d0ca40
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user