Skip to content

Commit

Permalink
Addressed production code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
felder101 committed Jan 10, 2025
1 parent c2dac88 commit 0d3e027
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions training-front-end/src/components/TrainingReportDownload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ async function downloadReport() {
} catch (error) {
setError(error)
} finally {
isLoading.value = false
showSpinner.value = false
}
isLoading.value = false
showSpinner.value = false
}
</script>
Expand Down

0 comments on commit 0d3e027

Please sign in to comment.