diff --git a/components/consultation/chat_window.vue b/components/consultation/chat_window.vue index 3877b9618..679a7a3ea 100644 --- a/components/consultation/chat_window.vue +++ b/components/consultation/chat_window.vue @@ -291,6 +291,7 @@ function finishConsultation(): void { } function cancelConsultation(): void { fetcher.archive([ consultationID.value ]) + .then(() => assignPath("/consultation")) .catch(response => extractAllErrorDetails(response, receivedErrors)) }