Improve usability

This commit is contained in:
syuilo 2019-02-03 18:40:50 +09:00
parent 6758b0f133
commit 452fb8e496
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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);