Skip to content

Commit

Permalink
Merge pull request #99 from CUAHSI:submissions-reload
Browse files Browse the repository at this point in the history
Submissions-reload
  • Loading branch information
devincowan authored Sep 26, 2024
2 parents ff62845 + fe42458 commit 8e8a38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/views/SubmissionsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ onMounted(async () => {
if (authStore.isLoggedIn) {
refreshAllSubmissions()
// set a timer to refresh the submissions every REFRESH_INTERVAL milliseconds
interval = setInterval(refreshPendingSubmissions, REFRESH_INTERVAL)
interval = setInterval(refreshAllSubmissions, REFRESH_INTERVAL)
}else{
refreshing.value = false
}
Expand Down

0 comments on commit 8e8a38c

Please sign in to comment.