aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Bookmarks.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-21 21:57:54 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-21 21:57:54 -0500
commita44f7b7dc089776a7817cf077b3f3ae3db7fc22e (patch)
tree089bfa7e9eba560f9ae596568d6d981939e597f3 /front-end/src/components/Bookmarks.vue
parent6cb7da37824d02a1898d08d0f9495c77fde4dd1d (diff)
configure ci, patch totp, and bookmarks context
Diffstat (limited to 'front-end/src/components/Bookmarks.vue')
-rw-r--r--front-end/src/components/Bookmarks.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/front-end/src/components/Bookmarks.vue b/front-end/src/components/Bookmarks.vue
index 7aa3eb0..2a5a6d3 100644
--- a/front-end/src/components/Bookmarks.vue
+++ b/front-end/src/components/Bookmarks.vue
@@ -286,12 +286,12 @@ const upload = (() => {
//update the progress bar
progressPercent.value = Math.round((i+1) / chunks.length * 100);
-
- //refresh the bookmarks
- store.bookmarks.refresh();
}
})
+ //refresh the bookmarks
+ store.bookmarks.refresh();
+
//Force set progress once complete regardless of errors
progressPercent.value = 100;
progress.value.push('Upload complete');