mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Improve usability
This commit is contained in:
parent
ea1305c77d
commit
3496c92bcd
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ export default Vue.extend({
|
|||
|
||||
const data = new FormData();
|
||||
data.append('i', this.$store.state.i.token);
|
||||
data.append('force', 'true');
|
||||
data.append('file', file);
|
||||
|
||||
if (folder) data.append('folderId', folder);
|
||||
|
|
Loading…
Add table
Reference in a new issue