Update upload.js

This commit is contained in:
Alex Yong 2024-03-28 17:18:09 -04:00 committed by GitHub
parent e739b57187
commit 396511bc70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ const state = {
uploads: {},
speedMbyte: 0,
eta: 0,
percentage: 0
uploadPercentage: 0
};
const mutations = {