Skip to content

Commit

Permalink
reload on connect in quizsummarypage; avoid possible error w/ missing…
Browse files Browse the repository at this point in the history
… data

I could not replicate the issue described in #12388 but this seems like
it ought to avoid the possibility altogether as it only seems to occur
when there is a 502 during the page load.
  • Loading branch information
nucleogenesis committed Aug 12, 2024
1 parent 365ed24 commit 458358c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
});
})
.catch(error => {
this.$store.dispatch('handleApiError', { error });
this.$store.dispatch('handleApiError', { error, reloadOnReconnect: true });
});
},
},
Expand Down

0 comments on commit 458358c

Please sign in to comment.