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

Commit

Permalink
feat(consultation): reload after archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 23, 2022
1 parent 8d8f8ec commit 048b8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/consultation/chat_window.vue
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ function finishConsultation(): void {
}
function cancelConsultation(): void {
fetcher.archive([ consultationID.value ])
.then(() => assignPath("/consultation"))
.catch(response => extractAllErrorDetails(response, receivedErrors))
}
Expand Down

0 comments on commit 048b8cf

Please sign in to comment.