Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix(department): hide the progress bar after submission
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 15, 2022
1 parent 4b347a4 commit f448cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/department/read.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function updateDepartment() {
successMessages.value.push("Department has been read successfully!")
})
.catch(response => extractAllErrorDetails(response, receivedErrors, successMessages))
hasSubmittedDepartment.value = true
}
async function archiveDepartment() {
Expand Down

0 comments on commit f448cdc

Please sign in to comment.