From 396511bc70b7b6f9b8ed804aa7dad4e3f7d0171a Mon Sep 17 00:00:00 2001 From: Alex Yong Date: Thu, 28 Mar 2024 17:18:09 -0400 Subject: [PATCH] Update upload.js --- frontend/src/store/modules/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/store/modules/upload.js b/frontend/src/store/modules/upload.js index 247673b0..27cd3367 100644 --- a/frontend/src/store/modules/upload.js +++ b/frontend/src/store/modules/upload.js @@ -13,7 +13,7 @@ const state = { uploads: {}, speedMbyte: 0, eta: 0, - percentage: 0 + uploadPercentage: 0 }; const mutations = {